Skip to content

Commit c7a9683

Browse files
author
Jordan McCullough
committed
Merge pull request #58 from github/readme-updates-to-kit-naming
README now refers to 'kit' instead of 'materials'
2 parents 8227839 + c686501 commit c7a9683

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# GitHub Training Materials
1+
# GitHub Training Kit
22

33
This is the official courseware for the [GitHub Training Team](http://training.github.com). This repository provides open source materials and slides for teaching GitHub Classes under the [_CC BY 3.0_ license](http://creativecommons.org/licenses/by/3.0/).
44

5-
We know that part of effectively sharing GitHub and Git with the world goes beyond our team's course offerings. We are excited to provide you with training materials that you can also use to teach these same concepts at your company, for a user group, or even at a conference.
5+
We know that part of effectively sharing GitHub and Git with the world goes beyond our team's course offerings. We are pleased to provide you with this training kit that you can use to teach these same concepts at your company, for a user group, or at a conference.
66

77
## Download
88

99
We know that many of the users of this repository are just focused on getting the materials and teaching from them. We've made that easy.
1010

11-
1. You can view and teach from the materials, hosted on GitHub, at http://training.github.com/materials
12-
2. You can download an offline copy of the materials via the green button at https://github.com/github/training-materials/releases
11+
1. You can view and teach from the kit, hosted on GitHub, at http://training.github.com/kit
12+
2. You can download an offline copy of the kit via the green button at https://github.com/github/training-kit/releases
1313

1414

1515
## Contribute
1616

17-
We’re eager to have your help in improving these materials. If you have an idea for a change, start by opening a new [Issue](https://github.com/github/training-materials/issues) so we can discuss and help guide your contribution to the right location. If you have corrections or materials contributions, we'd be glad to receive them via a [Pull Request](https://help.github.com/articles/using-pull-requests). For materials contributions, we ask you to share in our mindset of minimalism. We aim to keep the workbook and slides a synchronized pair.
17+
We’re eager to have your help in improving this kit. If you have an idea for a change, start by opening a new [Issue](https://github.com/github/training-kit/issues) so we can discuss and help guide your contribution to the right location. If you have corrections or kit contributions, we'd be glad to receive them via a [Pull Request](https://help.github.com/articles/using-pull-requests). For kit contributions, we ask you to share in our mindset of minimalism. We aim to keep the workbook and slides a synchronized pair.
1818

1919
The educational content exists in two top level directories:
2020

21-
1. [`slides`](https://github.com/github/training-materials/tree/master/slides)
22-
2. [`workbooks`](https://github.com/github/training-materials/tree/master/workbooks)
21+
1. [`slides`](https://github.com/github/training-kit/tree/master/slides)
22+
2. [`workbooks`](https://github.com/github/training-kit/tree/master/workbooks)
2323

2424

2525
## File Format
@@ -30,4 +30,4 @@ The majority of the site materials are written in [Markdown](http://whatismarkdo
3030

3131
The build of this repository is fully automated through several shell scripts. To perform a build of the materials identical to that of our continuous integration server, from the top directory of this project, run `./_buildscripts/cibuild` and then inspect the output in the `_site` directory.
3232

33-
The `_buildscripts/makerelease` script produces a zip bundle for offline use of these materials. Pre-built releases are available at https://github.com/github/training-materials/releases
33+
The `_buildscripts/makerelease` script produces a zip bundle for offline use of these materials. Pre-built releases are available at https://github.com/github/training-kit/releases

0 commit comments

Comments
 (0)