Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions category/fix-links.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
LC_ALL=C
find ./*/*.md \
| xargs -I {} -n1 \
gsed -i 's@https://github.com/Opensource-Academy@/category@gI' {}
find ./*/*.md \
| xargs -I {} -n1 \
gsed -i 's@blob/master/@@g' {}
6 changes: 3 additions & 3 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ layout: frontpage
### [Study](/study)
Freely available, open-source study materials.
- [Quickstart](/study/quickstart)
- [Study routes](https://github.com/opensource-academy/routes)
- [Course overview](https://github.com/opensource-academy/courses)
- [Study routes](/category/routes)
- [Course overview](/category/courses)
- [More about OSA study materials](/study)

### [Community](/community)
Expand All @@ -18,7 +18,7 @@ Help us make the best open-source study program.

### [About](/about)
Background information on OSA, open-source, studying, hacking and more.
- [OSA](/about/)
- [OSA](/about/)
- [Open-source](/about/open-source)
- [More background articles](/about/articles)

Expand Down
2 changes: 1 addition & 1 deletion study/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ parent: study

Learning how to operate a machine from a command lien interface should be considered an absolute base skill.

[Open source course on CLI usage with Bash](https://github.com/Opensource-Academy/cli)
[Open source course on CLI usage with Bash](/category/cli)
2 changes: 1 addition & 1 deletion study/git.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ parent: study

We consider working with Git and services like GitHub base skills.

[Open source course on git](https://github.com/Opensource-Academy/git)
[Open source course on git](/category/git)
8 changes: 4 additions & 4 deletions study/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ We have an overview of just a few of our [favourite topics](/study/topics).

<br>
### Open source courses
Open Source Academy study materials are seperated into [courses](https://github.com/opensource-academy/courses). A course being a collection of thematically fitting subjects.
Open Source Academy study materials are seperated into [courses](/category/courses). A course being a collection of thematically fitting subjects.

<br>
### Study routes
We offer [study routes](https://github.com/opensource-academy/routes#offerings) based on specific goals to make getting started even easier.
We offer [study routes](/category/routes#offerings) based on specific goals to make getting started even easier.

<br>
#### Starter study routes
These study routes are perfect for starters. Start learning about open source, open source software and contributing or do all of those and pick up programming while you're at it.

[Open source contributor](https://github.com/Opensource-Academy/routes/blob/master/contributor.md)
[Open source programmer](https://github.com/Opensource-Academy/routes/blob/master/programmer.md)
[Open source contributor](/category/routes/contributor.md)
[Open source programmer](/category/routes/programmer.md)

2 changes: 1 addition & 1 deletion study/open-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ We think open source matters.

[More about open source and open source software](/about/open-source)

[Open source course on open source](https://github.com/Opensource-Academy/open-source)
[Open source course on open source](/category/open-source)
2 changes: 1 addition & 1 deletion study/programming.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ parent: study

We consider learning the importance of text files and how to operate VIM base skills.

[Open source course on programming](https://github.com/Opensource-Academy/programming)
[Open source course on programming](/category/programming)
12 changes: 6 additions & 6 deletions study/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,17 @@ parent: study
# Quickstart
Open Source Academy offers freely available study materials through GitHub.

Pick one of the available [study routes](https://github.com/opensource-academy/routes) or go with one of our recommended starter routes:
[Open source contributor](https://github.com/Opensource-Academy/routes/blob/master/contributor.md)
[Open source programmer](https://github.com/Opensource-Academy/routes/blob/master/programmer.md)
Pick one of the available [study routes](/category/routes) or go with one of our recommended starter routes:
[Open source contributor](/category/routes/contributor.md)
[Open source programmer](/category/routes/programmer.md)

### Courses
Choose a [course](https://github.com/opensource-academy/courses) on your favourite subject and start learning right away.
Choose a [course](/category/courses) on your favourite subject and start learning right away.

### Not sure where to start?

- If you want to learn how to contribute to open-source, use the [Open source contributor](https://github.com/Opensource-Academy/routes/blob/master/contributor.md) study route.
- If you want to learn how to contribute to open-source, use the [Open source contributor](/category/routes/contributor.md) study route.

- If you want to learn to program, use the [Open source programmer](https://github.com/Opensource-Academy/routes/blob/master/programmer.md) study route.
- If you want to learn to program, use the [Open source programmer](/category/routes/programmer.md) study route.

Have fun!
2 changes: 1 addition & 1 deletion study/text.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ parent: study

We consider learning the importance of text files and how to operate Vim base skills.

[Open source course on text files and text editors](https://github.com/Opensource-Academy/text)
[Open source course on text files and text editors](/category/text)
4 changes: 2 additions & 2 deletions study/topics.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ We consider working with Git and services like GitHub base skills.
## [Programming](/study/programming)
We think anyone can learn how to program and benefit from it. Considered a base skill for hackers.

## [And much more!](https://github.com/Opensource-Academy/courses)
Such as, but not limited to, [containers with Docker](https://github.com/Opensource-Academy/docker), [networking](https://github.com/Opensource-Academy/networking) or [using and creating documentation](https://github.com/Opensource-Academy/documentation).
## [And much more!](/category/courses)
Such as, but not limited to, [containers with Docker](/category/docker), [networking](/category/networking) or [using and creating documentation](/category/documentation).
4 changes: 2 additions & 2 deletions study/unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ parent: study

We love woking with unix-like operating systems such as Linux and MacOs.

[Open source course on Unix](https://github.com/Opensource-Academy/unix)
[Open source course on Linux](https://github.com/Opensource-Academy/linux)
[Open source course on Unix](/category/unix)
[Open source course on Linux](/category/linux)
2 changes: 1 addition & 1 deletion study/virtualisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ parent: study

Run open source operating systems on any computer with open source virtualisation software.

[Open source course on virtualisation with Virtualbox and Ubuntu](https://github.com/Opensource-Academy/virtualisation)
[Open source course on virtualisation with Virtualbox and Ubuntu](/category/virtualisation)