Skip to content

Commit 727d042

Browse files
mansonasivakumar-kailasam
authored andcommitted
updating all contributing references to new guides-app and guides-source
1 parent ae4c9aa commit 727d042

File tree

50 files changed

+110
-88
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+110
-88
lines changed

guides/v1.10.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ you'll find what you're looking for in the [Understanding Ember.js](understandin
1616
section.
1717

1818
These guides are written in Markdown and are [available on
19-
GitHub](https://github.com/emberjs/guides/), inside the `source/guides`
19+
GitHub](https://github.com/ember-learn/guides-source/), inside the `source/guides`
2020
directory. If there is something missing, or you find a typo or
2121
mistake, please help us by filing an issue or submitting a pull
2222
request. Thanks!

guides/v1.11.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ you'll find what you're looking for in the [Understanding Ember.js](understandin
99
section.
1010

1111
These guides are written in Markdown and are
12-
[available on GitHub](https://github.com/emberjs/guides/).
12+
[available on GitHub](https://github.com/ember-learn/guides-source/).
1313
If there is something missing, or you find a typo or
1414
mistake, please help us by filing an issue or submitting a pull
1515
request. Thanks!

guides/v1.11.0/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ improved, please feel free to [contribute].
4343

4444
[automated tests]: http://en.wikipedia.org/wiki/Test_automation
4545
[QUnit]: http://qunitjs.com/
46-
[contribute]: https://github.com/emberjs/guides
46+
[contribute]: https://github.com/ember-learn/guides-source/

guides/v1.12.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ you'll find what you're looking for in the [Understanding Ember.js](understandin
99
section.
1010

1111
These guides are written in Markdown and are
12-
[available on GitHub](https://github.com/emberjs/guides/).
12+
[available on GitHub](https://github.com/ember-learn/guides-source/).
1313
If there is something missing, or you find a typo or
1414
mistake, please help us by filing an issue or submitting a pull
1515
request. Thanks!

guides/v1.12.0/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ improved, please feel free to [contribute].
4747

4848
[automated tests]: http://en.wikipedia.org/wiki/Test_automation
4949
[QUnit]: http://qunitjs.com/
50-
[contribute]: https://github.com/emberjs/guides
50+
[contribute]: https://github.com/ember-learn/guides-source/

guides/v1.13.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v1.13.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ and slowly increase to more sophisticated concepts until you know
44
everything there is to know about building awesome web applications.
55

66
These guides are written in Markdown and are
7-
[available on GitHub](https://github.com/emberjs/guides/).
7+
[available on GitHub](https://github.com/ember-learn/guides-source/).
88
If there is something missing, or you find a typo or
99
mistake, please help us by filing an issue or submitting a pull
1010
request. Thanks!

guides/v1.13.0/testing/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ improved, please feel free to [contribute].
4747

4848
[automated tests]: http://en.wikipedia.org/wiki/Test_automation
4949
[QUnit]: http://qunitjs.com/
50-
[contribute]: https://github.com/emberjs/guides
50+
[contribute]: https://github.com/ember-learn/guides-source/

guides/v2.0.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.0.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For exhaustive documentation of every Ember feature and API, see the
1212
[Ember.js API documentation](http://emberjs.com/api/).
1313

1414
These guides are written in Markdown and are
15-
[available on GitHub](https://github.com/emberjs/guides/).
15+
[available on GitHub](https://github.com/ember-learn/guides-source/).
1616
If there is something missing, or you find a typo or
1717
mistake, please help us by filing an issue or submitting a pull
1818
request. You can easily jump to Github's editor for any page by

guides/v2.1.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.1.0/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For exhaustive documentation of every Ember feature and API, see the
1212
[Ember.js API documentation](http://emberjs.com/api/).
1313

1414
These guides are written in Markdown and are
15-
[available on GitHub](https://github.com/emberjs/guides/).
15+
[available on GitHub](https://github.com/ember-learn/guides-source/).
1616
If there is something missing, or you find a typo or
1717
mistake, please help us by filing an issue or submitting a pull
1818
request. You can easily jump to Github's editor for any page by

guides/v2.10.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.10.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ Good luck!
7171
[babeljs]: https://babeljs.io/docs/learn-es2015/
7272
[es6]: https://leanpub.com/understandinges6/read
7373

74-
[gh-guides]: https://github.com/emberjs/guides/
75-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
76-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
74+
[gh-guides]: https://github.com/ember-learn/guides-source/
75+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
76+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
7777

7878
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.11.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.11.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ Good luck!
9797
[babeljs]: https://babeljs.io/docs/learn-es2015/
9898
[es6]: https://leanpub.com/understandinges6/read
9999

100-
[gh-guides]: https://github.com/emberjs/guides/
101-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
102-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
100+
[gh-guides]: https://github.com/ember-learn/guides-source/
101+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
102+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
103103

104104
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.12.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.12.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Good luck!
111111
[babeljs]: https://babeljs.io/docs/learn-es2015/
112112
[es6]: https://leanpub.com/understandinges6/read
113113

114-
[gh-guides]: https://github.com/emberjs/guides/
115-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
116-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
114+
[gh-guides]: https://github.com/ember-learn/guides-source/
115+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
116+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
117117

118118
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.13.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.13.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Good luck!
111111
[babeljs]: https://babeljs.io/docs/learn-es2015/
112112
[es6]: https://leanpub.com/understandinges6/read
113113

114-
[gh-guides]: https://github.com/emberjs/guides/
115-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
116-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
114+
[gh-guides]: https://github.com/ember-learn/guides-source/
115+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
116+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
117117

118118
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.14.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.14.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Good luck!
111111
[babeljs]: https://babeljs.io/docs/learn-es2015/
112112
[es6]: https://leanpub.com/understandinges6/read
113113

114-
[gh-guides]: https://github.com/emberjs/guides/
115-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
116-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
114+
[gh-guides]: https://github.com/ember-learn/guides-source/
115+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
116+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
117117

118118
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.15.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.15.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ Good luck!
114114
[babeljs]: https://babeljs.io/docs/learn-es2015/
115115
[es6]: https://leanpub.com/understandinges6/read
116116

117-
[gh-guides]: https://github.com/emberjs/guides/
118-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
119-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
117+
[gh-guides]: https://github.com/ember-learn/guides-source/
118+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
119+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
120120

121121
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.16.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.16.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Good luck!
111111
[babeljs]: https://babeljs.io/docs/learn-es2015/
112112
[es6]: https://leanpub.com/understandinges6/read
113113

114-
[gh-guides]: https://github.com/emberjs/guides/
115-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
116-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
114+
[gh-guides]: https://github.com/ember-learn/guides-source/
115+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
116+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
117117

118118
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.17.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.17.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Good luck!
111111
[babeljs]: https://babeljs.io/docs/learn-es2015/
112112
[es6]: https://leanpub.com/understandinges6/read
113113

114-
[gh-guides]: https://github.com/emberjs/guides/
115-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
116-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
114+
[gh-guides]: https://github.com/ember-learn/guides-source/
115+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
116+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
117117

118118
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.18.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.18.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,8 @@ Good luck!
111111
[babeljs]: https://babeljs.io/docs/learn-es2015/
112112
[es6]: https://leanpub.com/understandinges6/read
113113

114-
[gh-guides]: https://github.com/emberjs/guides/
115-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
116-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
114+
[gh-guides]: https://github.com/ember-learn/guides-source/
115+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
116+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
117117

118118
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.2.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.2.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Good luck!
6969
[babeljs]: https://babeljs.io/docs/learn-es2015/
7070
[es6]: https://leanpub.com/understandinges6/read
7171

72-
[gh-guides]: https://github.com/emberjs/guides/
73-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
74-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
72+
[gh-guides]: https://github.com/ember-learn/guides-source/
73+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
74+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
7575

7676
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.3.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.3.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Good luck!
6969
[babeljs]: https://babeljs.io/docs/learn-es2015/
7070
[es6]: https://leanpub.com/understandinges6/read
7171

72-
[gh-guides]: https://github.com/emberjs/guides/
73-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
74-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
72+
[gh-guides]: https://github.com/ember-learn/guides-source/
73+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
74+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
7575

7676
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.4.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.4.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Good luck!
6969
[babeljs]: https://babeljs.io/docs/learn-es2015/
7070
[es6]: https://leanpub.com/understandinges6/read
7171

72-
[gh-guides]: https://github.com/emberjs/guides/
73-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
74-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
72+
[gh-guides]: https://github.com/ember-learn/guides-source/
73+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
74+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
7575

7676
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.5.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

guides/v2.5.0/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ Good luck!
6969
[babeljs]: https://babeljs.io/docs/learn-es2015/
7070
[es6]: https://leanpub.com/understandinges6/read
7171

72-
[gh-guides]: https://github.com/emberjs/guides/
73-
[gh-guides-issues]: https://github.com/emberjs/guides/issues
74-
[gh-guides-contributing]: https://github.com/emberjs/guides/blob/master/CONTRIBUTING.md
72+
[gh-guides]: https://github.com/ember-learn/guides-source/
73+
[gh-guides-issues]: https://github.com/ember-learn/guides-source/issues
74+
[gh-guides-contributing]: https://github.com/ember-learn/guides-source/blob/master/CONTRIBUTING.md
7575

7676
[slackin]: https://ember-community-slackin.herokuapp.com/

guides/v2.6.0/contributing/repositories.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ Ember is made up of several libraries. If you wish to add a feature or fix a bug
1515

1616
**Ember Guides** - Source for [http://guides.emberjs.com](http://guides.emberjs.com) which you are currently reading.
1717

18-
* [https://github.com/emberjs/guides](https://github.com/emberjs/guides)
18+
* [https://github.com/ember-learn/guides-source](https://github.com/ember-learn/guides-source)
19+
* [https://github.com/ember-learn/guides-app](https://github.com/ember-learn/guides-app)
1920

2021
# Libraries Used By Ember
2122

0 commit comments

Comments
 (0)