Skip to content

Commit 7c0a401

Browse files
Fix broken guides links in 2 README files sections (#1501)
* Fix broken guides link in README.md file (Replace non-working https://guides.codeyourfuture.io/ with https://curriculum.codeyourfuture.io/guides/ which fixes Fixes #1319 * Fix unavailable guides link in README.md file (Inserted the link: https://curriculum.codeyourfuture.io/guides/ , in Examples section which fixes issue #1319
1 parent 587ce66 commit 7c0a401

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Each org or team configures its own Hugo site that mounts the common theme and c
4040
- https://projects.codeyourfuture.io/
4141
- https://workshops.codeyourfuture.io/
4242
- https://programming.codeyourfuture.io/
43+
- https://curriculum.codeyourfuture.io/guides/
4344
- https://launch.codeyourfuture.io/
4445
- https://piscine.codeyourfuture.io/
4546
- https://sdc.codeyourfuture.io/

org-cyf-guides/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Code Your Future Curriculum GUIDES MODULE
22

3-
https://guides.codeyourfuture.io/
3+
<!-- https://guides.codeyourfuture.io/ -->
4+
https://curriculum.codeyourfuture.io/guides/
45

56
This is a Hugo Module. You can mount this module in your Hugo site by adding it to your `config.toml` file:
67

0 commit comments

Comments
 (0)