Skip to content

Commit c243526

Browse files
committed
docs: fix outdated links/names
1 parent c4eafef commit c243526

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
oauth2-server
33
===============
44

5-
oauth2-server_ is a complete, compliant and well tested module for implementing an OAuth2 server in Node.js_. The project is `hosted on GitHub`_ and the included test suite is automatically `run on Travis CI`_.
5+
oauth2-server_ is a complete, compliant and well tested module for implementing an OAuth2 server in Node.js_. The project is `hosted on GitHub`_ and the included test suite is automatically `run on GitHub CI`_.
66

77
.. _oauth2-server: https://www.npmjs.com/package/@node-oauth/oauth2-server
88
.. _Node.js: https://nodejs.org

docs/npm_conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ def get_config():
4040
'name': package['name'],
4141
'version': package['version'],
4242
'short_version': get_short_version(package['version']),
43-
'organization': 'oauthjs',
43+
'organization': '@node-oauth',
4444
'copyright_year': get_copyright_year(2016),
4545
# TODO: Get authors from package.
46-
'docs_author': 'Max Truxa',
47-
'docs_author_email': 'dev@maxtruxa.com'
46+
'docs_author': 'Node-OAuth Authors',
47+
'docs_author_email': ''
4848
}
4949

0 commit comments

Comments
 (0)