mirror of
https://github.com/pa11y/pa11y-dashboard.git
synced 2025-09-24 14:21:13 +00:00
Update repository references to springernature
This commit is contained in:
@@ -45,9 +45,9 @@ We use [Semantic Versioning][semver] in this project. The process for releasing
|
||||
* On GitHub, add [release notes][release-notes] for the new version. The title should be "Version x.x.x", and the description should be a list of new features/fixes
|
||||
|
||||
|
||||
[bugs]: https://github.com/nature/pa11y-dashboard/issues?labels=bug&state=open
|
||||
[ready]: https://github.com/nature/pa11y-dashboard/issues?labels=ready&state=open
|
||||
[issues]: https://github.com/nature/pa11y-dashboard/issues
|
||||
[milestones]: https://github.com/nature/pa11y-dashboard/issues/milestones
|
||||
[release-notes]: https://github.com/nature/pa11y-dashboard/releases
|
||||
[bugs]: https://github.com/springernature/pa11y-dashboard/issues?labels=bug&state=open
|
||||
[ready]: https://github.com/springernature/pa11y-dashboard/issues?labels=ready&state=open
|
||||
[issues]: https://github.com/springernature/pa11y-dashboard/issues
|
||||
[milestones]: https://github.com/springernature/pa11y-dashboard/issues/milestones
|
||||
[release-notes]: https://github.com/springernature/pa11y-dashboard/releases
|
||||
[semver]: http://semver.org/
|
||||
|
12
README.md
12
README.md
@@ -92,7 +92,7 @@ For users with push-access, don't commit to the master branch. Code should be in
|
||||
License
|
||||
-------
|
||||
|
||||
[Copyright 2013 Nature Publishing Group](LICENSE.txt).
|
||||
[Copyright 2013 Springer Nature](LICENSE.txt).
|
||||
pa11y-dashboard is licensed under the [GNU General Public License 3.0][gpl].
|
||||
|
||||
|
||||
@@ -101,9 +101,9 @@ pa11y-dashboard is licensed under the [GNU General Public License 3.0][gpl].
|
||||
[grunt]: http://gruntjs.com/
|
||||
[mongo]: http://www.mongodb.org/
|
||||
[node]: http://nodejs.org/
|
||||
[pa11y]: https://github.com/nature/pa11y
|
||||
[pa11y-webservice]: https://github.com/nature/pa11y-webservice
|
||||
[pa11y-webservice-config]: https://github.com/nature/pa11y-webservice#configurations
|
||||
[pa11y]: https://github.com/springernature/pa11y
|
||||
[pa11y-webservice]: https://github.com/springernature/pa11y-webservice
|
||||
[pa11y-webservice-config]: https://github.com/springernature/pa11y-webservice#configurations
|
||||
[phantom]: http://phantomjs.org/
|
||||
[travis]: https://travis-ci.org/nature/pa11y-dashboard
|
||||
[travis-img]: https://travis-ci.org/nature/pa11y-dashboard.png?branch=master
|
||||
[travis]: https://travis-ci.org/springernature/pa11y-dashboard
|
||||
[travis-img]: https://travis-ci.org/springernature/pa11y-dashboard.png?branch=master
|
||||
|
@@ -12,10 +12,10 @@
|
||||
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nature/pa11y-dashboard.git"
|
||||
"url": "https://github.com/springernature/pa11y-dashboard.git"
|
||||
},
|
||||
"homepage": "https://github.com/nature/pa11y-dashboard",
|
||||
"bugs": "https://github.com/nature/pa11y-dashboard/issues",
|
||||
"homepage": "https://github.com/springernature/pa11y-dashboard",
|
||||
"bugs": "https://github.com/springernature/pa11y-dashboard/issues",
|
||||
|
||||
"engines": {
|
||||
"node": ">=0.10"
|
||||
|
@@ -92,7 +92,7 @@ along with pa11y-dashboard. If not, see <http://www.gnu.org/licenses/>.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/nature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p>
|
||||
<p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/springernature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p>
|
||||
|
||||
<div class="standards-lists">
|
||||
{{#standards}}
|
||||
|
@@ -104,7 +104,7 @@ along with pa11y-dashboard. If not, see <http://www.gnu.org/licenses/>.
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/nature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p>
|
||||
<p class="control-label"><b>Ignore these rules</b> <a target="_blank" href="https://github.com/springernature/pa11y/wiki/HTML-CodeSniffer-Rules">(full list of rules here)</a></p>
|
||||
|
||||
<div class="standards-lists">
|
||||
{{#standards}}
|
||||
|
Reference in New Issue
Block a user