Skip to content

Commit 1a08e1d

Browse files
jaylinskiErisDS
authored andcommitted
Update repository links
The project was moved, but some links weren't updated accordingly.
1 parent 212f9d9 commit 1a08e1d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.markdown

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Travis Build Status](https://img.shields.io/travis/wycats/handlebars.js/master.svg)](https://travis-ci.org/wycats/handlebars.js)
1+
[![Travis Build Status](https://img.shields.io/travis/handlebars-lang/handlebars.js/master.svg)](https://travis-ci.org/github/handlebars-lang/handlebars.js)
22
[![Appveyor Build Status](https://ci.appveyor.com/api/projects/status/github/wycats/handlebars.js?branch=master&svg=true)](https://ci.appveyor.com/project/wycats/handlebars-js)
33
[![Selenium Test Status](https://saucelabs.com/buildstatus/handlebars)](https://saucelabs.com/u/handlebars)
44
[![jsDelivr Hits](https://data.jsdelivr.com/v1/package/npm/handlebars/badge?style=rounded)](https://www.jsdelivr.com/package/npm/handlebars)
@@ -102,24 +102,24 @@ does have some big performance advantages. Justin Marney, a.k.a.
102102
[gotascii](http://github.com/gotascii), confirmed that with an
103103
[independent test](http://sorescode.com/2010/09/12/benchmarks.html). The
104104
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.
106106

107107

108108
Upgrading
109109
---------
110110

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.
112112

113113
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).
115115
If this label is applied to an issue, it means that the requested change is probably not a breaking change,
116116
but since Handlebars is widely in use by a lot of people, chances are always there that it breaks somebodies build.
117117

118118

119119
Known Issues
120120
------------
121121

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.
123123

124124

125125
Handlebars in the Wild
@@ -175,4 +175,4 @@ License
175175
-------
176176
Handlebars.js is released under the MIT license.
177177

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

Comments
 (0)