Skip to content

Commit b63d73c

Browse files
Add links to part 4 solutions
1 parent 483e050 commit b63d73c

File tree

1 file changed

+4
-22
lines changed

1 file changed

+4
-22
lines changed

README.md

+4-22
Original file line numberDiff line numberDiff line change
@@ -10,35 +10,20 @@ Each topic in this study guide consists of a Practicing Ruby article to read,
1010
some questions to test your understanding, and some project-based exercises
1111
to put the concepts into practice.
1212

13-
All of the reading assignments have been made available from the first day of
14-
the course, but the questions, exercises, and solutions will be released
15-
gradually to encourage better focus.
16-
17-
**Solutions already released:**
18-
1913
* Standard I/O streams and the filesystem ([Instructions][PART_1.md], [Solutions][PART_1_SOLUTIONS])
2014

2115
* Encoding and decoding binary files ([Instructions][PART_2.md], [Solutions][PART_2_SOLUTIONS])
2216

2317
* Parsing text-based formats ([Instructions][PART_3.md], [Solutions][PART_3_SOLUTIONS])
2418

25-
**Questions/Exercises already released:**
26-
27-
* Socket programming and Network I/O ([Instructions][PART_4.md])
19+
* Socket programming and Network I/O ([Instructions][PART_4.md], [Solutions][PART_4_SOLUTIONS])
2820

2921
### News and Updates
3022

3123
Practicing Ruby subscribers will be emailed whenever new content is released.
3224
For day-to-day updates to the course materials, including revisions, see the
3325
[CHANGELOG.md][] file.
3426

35-
### Schedule
36-
37-
Currently the goal is to ship some new course materials every 2-3 weeks.
38-
39-
Watch the course repository on github for updates, and stay tuned for emails
40-
whenever new content is released.
41-
4227
### Getting Help
4328

4429
* For a review or to share your solution, open a pull request. We will not merge
@@ -55,19 +40,16 @@ comment on a ticket that is already open. See closed tickets marked
5540
* Pull requests are assumed to include spoilers, issues should
5641
avoid spoilers unless they are clearly marked.
5742

58-
* Once released, reference solutions will be made available on the
59-
[solutions](https://github.com/elm-city-craftworks/course-001/tree/solutions) branch of this repository.
60-
6143
* You can also use the Practicing Ruby chatroom to discuss this course.
6244
To access it, log into practicingruby.com and click "chat" in the navbar.
6345

64-
6546
[PART_1.md]: https://github.com/elm-city-craftworks/course-001/blob/master/PART_1.md
6647
[PART_2.md]: https://github.com/elm-city-craftworks/course-001/blob/master/PART_2.md
6748
[PART_3.md]: https://github.com/elm-city-craftworks/course-001/blob/master/PART_3.md
6849
[PART_4.md]: https://github.com/elm-city-craftworks/course-001/blob/master/PART_4.md
6950
[PART_1_SOLUTIONS]: https://github.com/elm-city-craftworks/course-001/tree/solutions/part1
70-
[PART_2_SOLUTIONS]: https://github.com/elm-city-craftworks/course-001/tree/solutions/part2
71-
[PART_3_SOLUTIONS]: https://github.com/elm-city-craftworks/course-001/tree/solutions/part3
51+
[PART_2_SOLUTIONS]: https://github.com/elm-city-craftworks/course-001/tree/solutions/part2
52+
[PART_3_SOLUTIONS]: https://github.com/elm-city-craftworks/course-001/tree/solutions/part3
53+
[PART_4_SOLUTIONS]: https://github.com/elm-city-craftworks/course-001/tree/solutions/part4
7254
[CHANGELOG.md]: https://github.com/elm-city-craftworks/course-001/blob/master/CHANGELOG.md
7355

0 commit comments

Comments
 (0)