wohali closed pull request #1082: Fix package.json link
URL: https://github.com/apache/couchdb-fauxton/pull/1082
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/package.json b/package.json
index 43eae3c45..589745710 100644
--- a/package.json
+++ b/package.json
@@ -151,7 +151,7 @@
},
"repository": {
"type": "git",
- "url": "https://git-wip-us.apache.org/repos/asf/couchdb.git"
+ "url": "https://github.com/apache/couchdb-fauxton.git"
},
"keywords": [
"couchdb",
diff --git a/readme.md b/readme.md
index 545a4ca32..a01c76947 100644
--- a/readme.md
+++ b/readme.md
@@ -23,7 +23,7 @@ Please note that [node.js](http://nodejs.org/) and npm is
required. Specifically
1. Clone your fork: `git clone
https://github.com/YOUR-USERNAME/couchdb-fauxton.git`
1. Go to your cloned copy: `cd couchdb-fauxton`
1. Set up the upstream repo:
- * `git remote add upstream [email protected]:apache/couchdb-fauxton.git`
+ * `git remote add upstream https://github.com/apache/couchdb-fauxton.git`
* `git fetch upstream`
* `git branch --set-upstream-to=upstream/master master`
1. Download all dependencies: `npm install`
@@ -92,7 +92,6 @@ Check out the following pages for a lot more information
about Fauxton:
- [The Fauxton Code
Layout](https://github.com/apache/couchdb-fauxton/blob/master/code-layout.md)
- [Style
Guide](https://github.com/apache/couchdb-fauxton/blob/master/styleguide.md)
- [Testing
Fauxton](https://github.com/apache/couchdb-fauxton/blob/master/tests.md)
-- [Writing
Addons](https://github.com/apache/couchdb-fauxton/blob/master/writing_addons.md)
-
[Extensions](https://github.com/apache/couchdb-fauxton/blob/master/extensions.md)
- [How to
contribute](https://github.com/apache/couchdb-fauxton/blob/master/CONTRIBUTING.md)
diff --git a/styleguide.md b/styleguide.md
index d9d1b6cb3..9d11b3af7 100644
--- a/styleguide.md
+++ b/styleguide.md
@@ -15,6 +15,7 @@ discussed, agreed upon and documented here.
<a name="js" />
+
## JavaScript
Note: We have JSHint running as a grunt task which will catch the more
egregious errors (missing `vars`, missing
@@ -206,6 +207,7 @@ var anonymousFunction = function () {
<a name="html" />
+
## HTML
In Fauxton, all our HTML documents are all Underscore templates so this
section contains a few Underscore-related
@@ -233,6 +235,7 @@ styled; they should be used for JS hooks only.
<a name="css" />
+
## CSS / Less
We use Less to generate our CSS.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services