Commit cabf42ce authored by François Michonneau's avatar François Michonneau
Browse files

update URLs to reflect transfer to carpentries organization

parent c508edde
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
Please cite as:

Greg Wilson (ed.): "Software Carpentry: Lesson Example."  Version
2016.06, June 2016, https://github.com/swcarpentry/lesson-example,
2016.06, June 2016, https://github.com/carpentries/lesson-example,
10.5281/zenodo.58153.
+5 −5
Original line number Diff line number Diff line
@@ -50,19 +50,19 @@ and to meet some of our community members.
    which can be viewed at <https://swcarpentry.github.io/FIXME>.

2.  If you wish to change the example lesson,
    please work in <https://github.com/swcarpentry/lesson-example>,
    please work in <https://github.com/carpentries/lesson-example>,
    which documents the format of our lessons
    and can be viewed at <https://swcarpentry.github.io/lesson-example>.
    and can be viewed at <https://carpentries.github.io/lesson-example>.

3.  If you wish to change the template used for workshop websites,
    please work in <https://github.com/swcarpentry/workshop-template>.
    please work in <https://github.com/carpentries/workshop-template>.
    The home page of that repository explains how to set up workshop websites,
    while the extra pages in <https://swcarpentry.github.io/workshop-template>
    while the extra pages in <https://carpentries.github.io/workshop-template>
    provide more background on our design choices.

4.  If you wish to change CSS style files, tools,
    or HTML boilerplate for lessons or workshops stored in `_includes` or `_layouts`,
    please work in <https://github.com/swcarpentry/styles>.
    please work in <https://github.com/carpentries/styles>.

## What to Contribute

+8 −8
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ lesson-example
This repository shows how to create a lesson using
the [Software Carpentry lesson template][styles],
and is itself an example of the use of that template.
Please see <https://swcarpentry.github.io/lesson-example/>
Please see <https://carpentries.github.io/lesson-example/>
for a rendered version of this material,
including detailed instructions on design, setup, and formatting.

@@ -87,11 +87,11 @@ In brief:
    please see [the list of issues for this repository][issues].

[collections]: https://jekyllrb.com/docs/collections/
[editing-config]: https://swcarpentry.github.io/lesson-example/03-organization/
[example-issues]: https://github.com/swcarpentry/lesson-example/issues/
[editing-config]: https://carpentries.github.io/lesson-example/03-organization/
[example-issues]: https://github.com/carpentries/lesson-example/issues/
[github-pages]: https://help.github.com/articles/creating-project-pages-manually/
[issues]: https://github.com/swcarpentry/lesson-example/issues
[rendered]: https://swcarpentry.github.io/lesson-example/
[setup]: https://swcarpentry.github.io/lesson-example/setup.html
[styles-issues]: https://github.com/swcarpentry/styles/issues/
[styles]: https://github.com/swcarpentry/styles/
[issues]: https://github.com/carpentries/lesson-example/issues
[rendered]: https://carpentries.github.io/lesson-example/
[setup]: https://carpentries.github.io/lesson-example/setup.html
[styles-issues]: https://github.com/carpentries/styles/issues/
[styles]: https://github.com/carpentries/styles/
+6 −6
Original line number Diff line number Diff line
@@ -22,12 +22,12 @@ swc_github: "https://github.com/swcarpentry"
swc_site: "https://software-carpentry.org"
swc_pages: "https://swcarpentry.github.io"
lc_site: "http://librarycarpentry.github.io/"
template_repo: "https://github.com/swcarpentry/styles"
example_repo: "https://github.com/swcarpentry/lesson-example"
example_site: "https://swcarpentry.github.com/lesson-example"
workshop_repo: "https://github.com/swcarpentry/workshop-template"
workshop_site: "https://swcarpentry.github.io/workshop-template"
training_site: "https://swcarpentry.github.io/instructor-training"
template_repo: "https://github.com/carpentries/styles"
example_repo: "https://github.com/carpentries/lesson-example"
example_site: "https://carpentries.github.com/lesson-example"
workshop_repo: "https://github.com/carpentries/workshop-template"
workshop_site: "https://carpentries.github.io/workshop-template"
training_site: "https://carpentries.github.io/instructor-training"

# Surveys.
pre_survey: "https://www.surveymonkey.com/r/swc_pre_workshop_v1?workshop_id="
+2 −2
Original line number Diff line number Diff line
@@ -44,8 +44,8 @@
  </div>
  <div class="row">
    <div class="col-md-12" align="center">
      Using <a href="https://github.com/swcarpentry/styles/">The Carpentries style</a> 
      version <a href="https://github.com/swcarpentry/styles/releases/tag/v9.5.0">9.5.0</a>.
      Using <a href="https://github.com/carpentries/styles/">The Carpentries style</a>
      version <a href="https://github.com/carpentries/styles/releases/tag/v9.5.0">9.5.0</a>.
    </div>
  </div>
</footer>
Loading