Skip to content

Commit 3632ff4

Browse files
author
Jordan McCullough
committed
Merge pull request #42 from randomecho/readme-workbook-slide-pair
Drop reference to outlines and cheatsheets
2 parents 28a6b93 + 8c420d5 commit 3632ff4

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Training Materials
22

3-
This is the official courseware for the [GitHub Training Team](http://training.github.com). This repository provides open source outlines, slides, and cheat sheets for teaching GitHub Classes under the [_CC BY 3.0_ license](http://creativecommons.org/licenses/by/3.0/).
3+
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

55
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.
66

@@ -14,13 +14,12 @@ We know that many of the users of this repository are just focused on getting th
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 outlines, slides, and cheat sheets as synchronized triads.
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.
1818

19-
The educational content exists in three top level directories:
19+
The educational content exists in two top level directories:
2020

21-
1. [`outlines`](https://github.com/github/training-materials/tree/master/outlines)
22-
2. [`slides`](https://github.com/github/training-materials/tree/master/slides)
23-
3. [`cheatsheets`](https://github.com/github/training-materials/tree/master/cheatsheets)
21+
1. [`slides`](https://github.com/github/training-materials/tree/master/slides)
22+
2. [`workbooks`](https://github.com/github/training-materials/tree/master/workbooks)
2423

2524

2625
## File Format

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ <h2>Materials</h2>
5959
<span class="group">
6060
<h2 class="center">Resources</h2>
6161
<p>
62-
Looking for a quick reference sheet or better understand
62+
Looking for a quick reference sheet or to better understand
6363
a particular GitHub workflow? Then these resources are for you.
6464
</p>
6565

@@ -77,8 +77,8 @@ <h2 class="center">Resources</h2>
7777
<div class="container">
7878
<h2 class="center">Contributing to these materials</h2>
7979
<p>
80-
Notice a typo or something that needs to be clarified in the slides,
81-
outlines, or cheat sheets? Just create a fork, make your changes, and
80+
Notice a typo or something that needs to be clarified in the slides
81+
or workbook? Just create a fork, make your changes, and
8282
submit a Pull Request.
8383
</p>
8484
<p class="center"><a href="https://github.com/github/training-materials/" class="marker">Head on over to the

0 commit comments

Comments
 (0)