Skip to content

Commit

Permalink
Update references to repo (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
doomspork committed Aug 21, 2017
1 parent b802438 commit 9fee80f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Expand Up @@ -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!
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```
Expand Down
4 changes: 2 additions & 2 deletions _assets/javascripts/app.js
Expand Up @@ -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('/')
Expand All @@ -43,4 +43,4 @@ $(function() {
backToTopClasses: 'icon icon-chevron-up2 back-to-top'
});
$('.version-info').click(show_vcs_history);
});
});
2 changes: 1 addition & 1 deletion _layouts/default.html
Expand Up @@ -2,7 +2,7 @@
<html lang="{{ page.lang }}{% if page.locale.lang_country %}-{{ page.locale.lang_country }}{% endif %}">
{% include head.html %}
<body class="theme-custom-purple {{ page.locale.script_direction }}">
<a id="github_ribbon" href="https://github.com/doomspork/elixir-school"><img src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>
<a id="github_ribbon" href="https://github.com/elixirschool/elixirschool"><img src="https://camo.githubusercontent.com/652c5b9acfaddf3a9c326fa6bde407b87f7be0f4/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6f72616e67655f6666373630302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png"></a>

{% include sidebar.html %}

Expand Down
2 changes: 1 addition & 1 deletion 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"]
}

0 comments on commit 9fee80f

Please sign in to comment.