Skip to content

Commit 5039b7e

Browse files
committed
nprdm -> npr (#5)
1 parent 3208602 commit 5039b7e

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Added support for Travis CI
1212
# 1.1.0 (2016-08-04)
1313

1414
Total issues resolved: **2**
15-
- [2: Add status text (reason phrase) to ApiException class](https://github.com/nprdm/npr-one-backend-proxy-php/issues/2)
16-
- [1: Add custom exception class for API errors](https://github.com/nprdm/npr-one-backend-proxy-php/issues/1)
15+
- [2: Add status text (reason phrase) to ApiException class](https://github.com/npr/npr-one-backend-proxy-php/issues/2)
16+
- [1: Add custom exception class for API errors](https://github.com/npr/npr-one-backend-proxy-php/issues/1)
1717

1818

1919
<a name="1.0.0"></a>

CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ Please note that this project has a [Code of Conduct](CODE_OF_CONDUCT.md). By pa
2424

2525
## Submitting Issues
2626

27-
When you're considering [submitting an issue to our GitHub repository](https://github.com/nprdm/npr-one-backend-proxy-php/issues/new), please consider the following guidelines:
27+
When you're considering [submitting an issue to our GitHub repository](https://github.com/npr/npr-one-backend-proxy-php/issues/new), please consider the following guidelines:
2828

2929
### Got a Question or Problem?
3030

31-
If you have questions about how to use this package, we would generally prefer that you [contact us via e-mail](mailto:NPROneEnterprise@npr.org) rather than opening a ticket. That said, if you have constructive feedback for how we can make this package better by improving the documentation, by all means, [submit an issue](https://github.com/nprdm/npr-one-backend-proxy-php/issues/new). Please be detailed about your specific pain points, so that we're clear on what aspects of the documentation should be improved.
31+
If you have questions about how to use this package, we would generally prefer that you [contact us via e-mail](mailto:NPROneEnterprise@npr.org) rather than opening a ticket. That said, if you have constructive feedback for how we can make this package better by improving the documentation, by all means, [submit an issue](https://github.com/npr/npr-one-backend-proxy-php/issues/new). Please be detailed about your specific pain points, so that we're clear on what aspects of the documentation should be improved.
3232

3333
### Found a Bug?
3434

35-
If you find a bug in the source code or a mistake in the documentation, you can help us by [submitting an issue to our GitHub repository](https://github.com/nprdm/npr-one-backend-proxy-php/issues/new). Even better, you can submit a pull request with a fix. (Please read and follow our [Development Guidelines](#contributing-to-development) before submitting your PR.)
35+
If you find a bug in the source code or a mistake in the documentation, you can help us by [submitting an issue to our GitHub repository](https://github.com/npr/npr-one-backend-proxy-php/issues/new). Even better, you can submit a pull request with a fix. (Please read and follow our [Development Guidelines](#contributing-to-development) before submitting your PR.)
3636

3737
### Want a Feature?
3838

39-
You can request a new feature by [submitting an issue to our GitHub repository](https://github.com/nprdm/npr-one-backend-proxy-php/issues/new). Even if the feature is small and you are able to submit a pull request to implement it yourself, we would prefer to discuss it in the comments on the issue before you run off and write the code. Because this package is largely intended to function as an educational tool and documentation companion, we are trying to keep the codebase as simple and clear as possible, and not all new feature requests will be accepted. That said, you are always welcome to maintain a fork of our repository that has the additional features that you need.
39+
You can request a new feature by [submitting an issue to our GitHub repository](https://github.com/npr/npr-one-backend-proxy-php/issues/new). Even if the feature is small and you are able to submit a pull request to implement it yourself, we would prefer to discuss it in the comments on the issue before you run off and write the code. Because this package is largely intended to function as an educational tool and documentation companion, we are trying to keep the codebase as simple and clear as possible, and not all new feature requests will be accepted. That said, you are always welcome to maintain a fork of our repository that has the additional features that you need.
4040

4141

4242
## Contributing to Development
@@ -86,5 +86,5 @@ We are using [phpDocumentor](http://www.phpdoc.org) paired with the [phpdoc-md](
8686
This will generally only ever be done by a maintainer from within NPR, but just in case: We're using the [phly/changelog-generator](https://github.com/weierophinney/changelog_generator) package, and the CLI command is:
8787

8888
```
89-
vendor/bin/changelog_generator.php -t githubAPItoken -u nprdm -r npr-one-backend-proxy-php -m 1 > CHANGELOG.md
89+
vendor/bin/changelog_generator.php -t githubAPItoken -u npr -r npr-one-backend-proxy-php -m 1 > CHANGELOG.md
9090
```

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
A PHP-based server-side proxy for interacting with the [NPR One API](http://dev.npr.org/api/)'s authorization server. Use this proxy to secure your OAuth2 credentials.
44

5-
[![Packagist](https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Packagist](https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://github.com/nprdm/npr-one-backend-proxy-php/blob/master/LICENSE.md) [![Packagist](https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Build Status](https://travis-ci.org/nprdm/npr-one-backend-proxy-php.svg?branch=master)](https://travis-ci.org/nprdm/npr-one-backend-proxy-php) [![Coverage Status](https://coveralls.io/repos/github/nprdm/npr-one-backend-proxy-php/badge.svg?branch=master)](https://coveralls.io/github/nprdm/npr-one-backend-proxy-php?branch=master)
5+
[![Packagist](https://img.shields.io/packagist/v/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Packagist](https://img.shields.io/packagist/l/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://github.com/npr/npr-one-backend-proxy-php/blob/master/LICENSE.md) [![Packagist](https://img.shields.io/packagist/dt/npr/npr-one-backend-proxy.svg?maxAge=2592000)](https://packagist.org/packages/npr/npr-one-backend-proxy) [![Build Status](https://travis-ci.org/npr/npr-one-backend-proxy-php.svg?branch=master)](https://travis-ci.org/npr/npr-one-backend-proxy-php) [![Coverage Status](https://coveralls.io/repos/github/npr/npr-one-backend-proxy-php/badge.svg?branch=master)](https://coveralls.io/github/npr/npr-one-backend-proxy-php?branch=master)
66

77
##### Table of Contents
88

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
],
3030
"support": {
3131
"email": "NPROneEnterprise@npr.org",
32-
"issues": "https://github.com/nprdm/npr-one-backend-proxy-php/issues",
33-
"source": "https://github.com/nprdm/npr-one-backend-proxy-php",
34-
"docs": "https://github.com/nprdm/npr-one-backend-proxy-php/tree/master/docs#readme"
32+
"issues": "https://github.com/npr/npr-one-backend-proxy-php/issues",
33+
"source": "https://github.com/npr/npr-one-backend-proxy-php",
34+
"docs": "https://github.com/npr/npr-one-backend-proxy-php/tree/master/docs#readme"
3535
},
3636
"config": {
3737
"preferred-install": "dist"

examples/Router.php

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/**
1414
* This route corresponds to Phase 1 of the Authorization Code grant.
15-
* @see https://github.com/nprdm/npr-one-backend-proxy-php#authorization-code-grant
15+
* @see https://github.com/npr/npr-one-backend-proxy-php#authorization-code-grant
1616
*
1717
* If you are using the Device Code grant, you do not need to implement this route.
1818
*/
@@ -44,7 +44,7 @@
4444

4545
/**
4646
* This route corresponds to Phase 2 of the Authorization Code grant.
47-
* @see https://github.com/nprdm/npr-one-backend-proxy-php#authorization-code-grant
47+
* @see https://github.com/npr/npr-one-backend-proxy-php#authorization-code-grant
4848
*
4949
* It is important to note that the path corresponding to this route should match EXACTLY what you registered as
5050
* your `redirect_uri` in the NPR One Developer Center.
@@ -95,7 +95,7 @@
9595

9696
/**
9797
* This route corresponds to Phase 1 of the Device Code grant.
98-
* @see https://github.com/nprdm/npr-one-backend-proxy-php#device-code-grant
98+
* @see https://github.com/npr/npr-one-backend-proxy-php#device-code-grant
9999
*
100100
* If you are using the Authorization Code grant, you do not need to implement this route.
101101
*/
@@ -131,7 +131,7 @@
131131

132132
/**
133133
* This route corresponds to Phase 2 of the Device Code grant.
134-
* @see https://github.com/nprdm/npr-one-backend-proxy-php#device-code-grant
134+
* @see https://github.com/npr/npr-one-backend-proxy-php#device-code-grant
135135
*
136136
* If you are using the Authorization Code grant, you do not need to implement this route.
137137
*/
@@ -161,7 +161,7 @@
161161

162162
/**
163163
* This route corresponds to the Refresh Token grant.
164-
* @see https://github.com/nprdm/npr-one-backend-proxy-php#refresh-token-grant
164+
* @see https://github.com/npr/npr-one-backend-proxy-php#refresh-token-grant
165165
*
166166
* EVERYONE, regardless of which grant you use to log in your users, must implement this route.
167167
*/

0 commit comments

Comments
 (0)