|
1 | | -[](https://travis-ci.org/wycats/handlebars.js) |
| 1 | +[](https://travis-ci.org/github/handlebars-lang/handlebars.js) |
2 | 2 | [](https://ci.appveyor.com/project/wycats/handlebars-js) |
3 | 3 | [](https://saucelabs.com/u/handlebars) |
4 | 4 | [](https://www.jsdelivr.com/package/npm/handlebars) |
@@ -102,24 +102,24 @@ does have some big performance advantages. Justin Marney, a.k.a. |
102 | 102 | [gotascii](http://github.com/gotascii), confirmed that with an |
103 | 103 | [independent test](http://sorescode.com/2010/09/12/benchmarks.html). The |
104 | 104 | rewritten Handlebars (current version) is faster than the old version, |
105 | | -with many [performance tests](https://travis-ci.org/wycats/handlebars.js/builds/33392182#L538) being 5 to 7 times faster than the Mustache equivalent. |
| 105 | +with many [performance tests](https://travis-ci.org/handlebars-lang/handlebars.js/builds/33392182#L538) being 5 to 7 times faster than the Mustache equivalent. |
106 | 106 |
|
107 | 107 |
|
108 | 108 | Upgrading |
109 | 109 | --------- |
110 | 110 |
|
111 | | -See [release-notes.md](https://github.com/wycats/handlebars.js/blob/master/release-notes.md) for upgrade notes. |
| 111 | +See [release-notes.md](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md) for upgrade notes. |
112 | 112 |
|
113 | 113 | If you are using Handlebars in production, please regularly look for issues labeled |
114 | | -[possibly breaking](https://github.com/wycats/handlebars.js/issues?q=is%3Aopen+is%3Aissue+label%3A%22possibly+breaking%22). |
| 114 | +[possibly breaking](https://github.com/handlebars-lang/handlebars.js/issues?q=is%3Aopen+is%3Aissue+label%3A%22possibly+breaking%22). |
115 | 115 | If this label is applied to an issue, it means that the requested change is probably not a breaking change, |
116 | 116 | but since Handlebars is widely in use by a lot of people, chances are always there that it breaks somebodies build. |
117 | 117 |
|
118 | 118 |
|
119 | 119 | Known Issues |
120 | 120 | ------------ |
121 | 121 |
|
122 | | -See [FAQ.md](https://github.com/wycats/handlebars.js/blob/master/FAQ.md) for known issues and common pitfalls. |
| 122 | +See [FAQ.md](https://github.com/handlebars-lang/handlebars.js/blob/master/FAQ.md) for known issues and common pitfalls. |
123 | 123 |
|
124 | 124 |
|
125 | 125 | Handlebars in the Wild |
@@ -175,4 +175,4 @@ License |
175 | 175 | ------- |
176 | 176 | Handlebars.js is released under the MIT license. |
177 | 177 |
|
178 | | -[pull-request]: https://github.com/wycats/handlebars.js/pull/new/master |
| 178 | +[pull-request]: https://github.com/handlebars-lang/handlebars.js/pull/new/master |
0 commit comments