Skip to content

Commit

Permalink
update references to old repository name
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Apr 3, 2015
1 parent a93d697 commit 6848f13
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [docs.npmjs.com](https://docs.npmjs.com)

The place where all things npm will one day be documented.
The place where all things npm are documented.

## Editing Content

Expand Down
2 changes: 1 addition & 1 deletion bin/tree.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ emitter.on("file", function(filepath,stat){
} else if (page.section === "policies") {
page.edit_url = "https://github.com/npm/policies/edit/master/" + path.basename(page.filename)
} else if (page.section) {
page.edit_url = "https://github.com/npm/docs.npmjs.com/edit/master/content/" + page.filename
page.edit_url = "https://github.com/npm/docs/edit/master/content/" + page.filename
}

page.href = "/" + page.filename
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "docs.npmjs.com",
"version": "1.1.0",
"description": "The place where all things npm will one day be documented",
"description": "The place where all things npm are documented",
"main": "index.js",
"scripts": {
"start": "node index.js",
Expand All @@ -15,7 +15,7 @@
},
"repository": {
"type": "git",
"url": "https://github.com/npm/docs.npmjs.com"
"url": "https://github.com/npm/docs"
},
"keywords": [
"npm",
Expand All @@ -25,9 +25,9 @@
"author": "Zeke Sikelianos <[email protected]> (http://zeke.sikelianos.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/docs.npmjs.com/issues"
"url": "https://github.com/npm/docs/issues"
},
"homepage": "https://github.com/npm/docs.npmjs.com",
"homepage": "https://github.com/npm/docs",
"dependencies": {
"@npm/policies": "git://github.com/npm/policies",
"cors": "^2.4.2",
Expand Down
2 changes: 1 addition & 1 deletion views/layout.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</div>

<p>
This site is a work in progress. If you find bugs or have feature requests, please <a href="https://github.com/npm/docs.npmjs.com/issues">let us know.</a>
This site is a work in progress. If you find bugs or have feature requests, please <a href="https://github.com/npm/docs/issues">let us know.</a>
</p>

<p>
Expand Down

0 comments on commit 6848f13

Please sign in to comment.