diff --git a/README.md b/README.md index 4a53669..2dcbfe9 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,15 @@ Build mobile apps with simple HTML, CSS, and JS components. ## Getting Started -- Clone the repo with `git clone https://github.com/maker/ratchet.git` or just [download](http://github.com/maker/ratchet/archive/v2.0.0.zip) the bundled CSS and JS -- [Read the docs](http://maker.github.io/ratchet) to learn about the components and how to get a prototype on your phone +- Clone the repo with `git clone https://github.com/twbs/ratchet.git` or just [download](http://github.com/twbs/ratchet/archive/v2.0.0.zip) the bundled CSS and JS +- [Read the docs](http://goratchet.com) to learn about the components and how to get a prototype on your phone - We will have example apps to check out very soon! -Take note that our master branch is our active, unstable development branch and that if you're looking to download a stable copy of the repo, check the [tagged downloads](https://github.com/maker/ratchet/tags). +Take note that our master branch is our active, unstable development branch and that if you're looking to download a stable copy of the repo, check the [tagged downloads](https://github.com/twbs/ratchet/tags). ## Documentation -Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at . The docs may also be run locally. +Ratchet's documentation is built with [Jekyll](http://jekyllrb.com) and publicly hosted on GitHub Pages at . The docs may also be run locally. ### Running documentation locally @@ -28,7 +28,7 @@ Questions or discussions about Ratchet should happen in the [Google group](https ## Reporting bugs & contributing -Please file a GitHub issue to [report a bug](https://github.com/maker/ratchet/issues). When reporting a bug, be sure to follow the [contributor guidelines](https://github.com/maker/ratchet/blob/master/CONTRIBUTING.md). +Please file a GitHub issue to [report a bug](https://github.com/twbs/ratchet/issues). When reporting a bug, be sure to follow the [contributor guidelines](https://github.com/twbs/ratchet/blob/master/CONTRIBUTING.md). ## Troubleshooting diff --git a/dist/template.html b/dist/template.html index d89b5cc..3dae6f6 100644 --- a/dist/template.html +++ b/dist/template.html @@ -47,12 +47,12 @@
  • - + Ratchet documentation
  • - + Ratchet on Github
  • diff --git a/docs/_includes/download-module.html b/docs/_includes/download-module.html index fa0ba70..47d27df 100644 --- a/docs/_includes/download-module.html +++ b/docs/_includes/download-module.html @@ -1,5 +1,5 @@

    Download Ratchet

    If you haven't already, download the cource code for Ratchet.

    - Download Ratchet + Download Ratchet
    \ No newline at end of file diff --git a/docs/dist/template.html b/docs/dist/template.html index d89b5cc..3dae6f6 100644 --- a/docs/dist/template.html +++ b/docs/dist/template.html @@ -47,12 +47,12 @@
    • - + Ratchet documentation
    • - + Ratchet on Github
    • diff --git a/docs/getting-started.html b/docs/getting-started.html index 87a619a..58c0432 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -94,7 +94,7 @@ title: Getting started · Ratchet
      • - + Ratchet documentation
      • diff --git a/docs/index.html b/docs/index.html index 330b8e2..8c4c42a 100644 --- a/docs/index.html +++ b/docs/index.html @@ -7,7 +7,7 @@ title: Ratchet {% include masthead.html %}

        Build mobile apps with simple HTML‚ CSS‚ and JS components.

        - Download Ratchet + Download Ratchet
        {% include ad.html %} diff --git a/package.json b/package.json index c19af00..de2faa3 100644 --- a/package.json +++ b/package.json @@ -9,16 +9,16 @@ "native", "prototype" ], - "homepage": "http://maker.github.com/ratchet/", + "homepage": "http://goratchet.com", "author": "Connor Sears", "style": "./dist/ratchet.css", "sass": "./lib/sass/ratchet.scss", "repository": { "type": "git", - "url": "https://github.com/maker/ratchet.git" + "url": "https://github.com/twbs/ratchet.git" }, "bugs": { - "url": "https://github.com/maker/ratchet/issues" + "url": "https://github.com/twbs/ratchet/issues" }, "licenses": [ {