diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 41a81491c9..ebb9085de7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Please ensure your pull request adheres to the following guidelines: * New lessons or improvements to existing lessons are welcome. * Please check your spelling and grammar. -* Open an issue to handle translations if adding a new lesson or modifying an existing one. An example can be found [here](https://github.com/doomspork/elixir-school/issues/529) -* Please adhere to our [style guide](https://github.com/doomspork/elixir-school/wiki/Lesson-Styleguide) +* Open an issue to handle translations if adding a new lesson or modifying an existing one. An example can be found [here](https://github.com/elixirschool/elixirschool/issues/529) +* Please adhere to our [style guide](https://github.com/elixirschool/elixirschool/wiki/Lesson-Styleguide) Thank you for your contributions! diff --git a/README.md b/README.md index de9700749d..c50113c4e2 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ In addition to the steps above there are a few addition steps required for trans 1. Create a folder using the 2 character code (e.g. jp, en, es, etc) with lesson subfolders: ```shell - $ cd elixir-school + $ cd elixirschool $ mkdir -p jp/lessons/{basics,advanced,specifics,libraries} $ touch jp/lessons/{basics,advanced,specifics,libraries}/.gitignore ``` diff --git a/_assets/javascripts/app.js b/_assets/javascripts/app.js index 55820b440e..b88e120f3a 100644 --- a/_assets/javascripts/app.js +++ b/_assets/javascripts/app.js @@ -20,7 +20,7 @@ var toggle_section = function() { }; var show_vcs_history = function() { - var base = 'https://github.com/doomspork/elixir-school/commits/master/lessons/', + var base = 'https://github.com/elixirschool/elixirschool/commits/master/lessons/', path = window.location .toString() .split('/') @@ -43,4 +43,4 @@ $(function() { backToTopClasses: 'icon icon-chevron-up2 back-to-top' }); $('.version-info').click(show_vcs_history); -}); \ No newline at end of file +}); diff --git a/_layouts/default.html b/_layouts/default.html index 932412a2bf..a4cdd87d73 100755 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -2,7 +2,7 @@ {% include head.html %} - Fork me on GitHub + Fork me on GitHub {% include sidebar.html %} diff --git a/app.json b/app.json index 18efca6b4c..135b534a4c 100644 --- a/app.json +++ b/app.json @@ -1,7 +1,7 @@ { "name": "Elixir School", "description": "ElixirSchool.com — Lessons in the Elixir programming language.", - "repository": "https://github.com/doomspork/elixir-school", + "repository": "https://github.com/elixirschool/elixirschool", "website": "https://elixirschool.com", "keywords": ["elixir", "elixir-lang", "elixirschool", "learning", "open-source"] }