Skip to content

Commit f252091

Browse files
committed
Moving over urls for administration.
1 parent 9e0f188 commit f252091

File tree

4 files changed

+43
-43
lines changed

4 files changed

+43
-43
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
## How to contribute to Backbone.js
22

33
* Before you open a ticket or send a pull request,
4-
[search](https://github.com/documentcloud/backbone/issues) for previous
4+
[search](https://github.com/jashkenas/backbone/issues) for previous
55
discussions about the same feature or issue. Add to the earlier ticket if you
66
find one.
77

88
* Before sending a pull request for a feature or bug fix, be sure to have
99
[tests](http://backbonejs.org/test/).
1010

1111
* Use the same coding style as the rest of the
12-
[codebase](https://github.com/documentcloud/backbone/blob/master/backbone.js).
12+
[codebase](https://github.com/jashkenas/backbone/blob/master/backbone.js).
1313

1414
* In your pull request, do not add documentation or rebuild the minified
1515
`backbone-min.js` file. We'll do that before cutting a new release.

README.md

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
____ __ __
2-
/\ _`\ /\ \ /\ \ __
3-
\ \ \ \ \ __ ___\ \ \/'\\ \ \____ ___ ___ __ /\_\ ____
4-
\ \ _ <' /'__`\ /'___\ \ , < \ \ '__`\ / __`\ /' _ `\ /'__`\ \/\ \ /',__\
1+
____ __ __
2+
/\ _`\ /\ \ /\ \ __
3+
\ \ \ \ \ __ ___\ \ \/'\\ \ \____ ___ ___ __ /\_\ ____
4+
\ \ _ <' /'__`\ /'___\ \ , < \ \ '__`\ / __`\ /' _ `\ /'__`\ \/\ \ /',__\
55
\ \ \ \ \/\ \ \.\_/\ \__/\ \ \\`\\ \ \ \ \/\ \ \ \/\ \/\ \/\ __/ __ \ \ \/\__, `\
66
\ \____/\ \__/.\_\ \____\\ \_\ \_\ \_,__/\ \____/\ \_\ \_\ \____\/\_\_\ \ \/\____/
7-
\/___/ \/__/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/_/\/_/\/____/\/_/\ \_\ \/___/
8-
\ \____/
9-
\/___/
7+
\/___/ \/__/\/_/\/____/ \/_/\/_/\/___/ \/___/ \/_/\/_/\/____/\/_/\ \_\ \/___/
8+
\ \____/
9+
\/___/
1010
(_'_______________________________________________________________________________'_)
1111
(_.———————————————————————————————————————————————————————————————————————————————._)
12-
13-
12+
13+
1414
Backbone supplies structure to JavaScript-heavy applications by providing models key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing application over a RESTful JSON interface.
1515

1616
For Docs, License, Tests, pre-packed downloads, and everything else, really, see:
1717
http://backbonejs.org
1818

1919
To suggest a feature, report a bug, or general discussion:
20-
http://github.com/documentcloud/backbone/issues/
20+
http://github.com/jashkenas/backbone/issues
2121

2222
All contributors are listed here:
23-
http://github.com/documentcloud/backbone/contributors
23+
http://github.com/jashkenas/backbone/contributors
2424

25-
Special thanks to Robert Kieffer for the original philosophy behind Backbone.
25+
Special thanks to Robert Kieffer for the original philosophy behind Backbone.
2626
http://github.com/broofa

0 commit comments

Comments
 (0)