You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🎨 📝 Add pictures to README.md
* ♻️ Add short names for image paths
* ♻️ Move logos into Images
Also added named links to readme for different logos (some are unused).
* ♻️ Move remaining inline links to refs
Inspired by Chris Marinos' **fantastic**[F# koans](https://github.com/ChrisMarinos/FSharpKoans), the goal of the PowerShell koans is to teach you PowerShell by presenting you with a set of questions.
33
-
Each [kōan](https://en.wikipedia.org/wiki/K%C5%8Dan) (each question) is represented by a failing Pester test.
32
+
Inspired by Chris Marinos' **fantastic**[F# koans][fsharp-koans], the goal of the PowerShell koans is to teach you PowerShell by presenting you with a set of questions.
33
+
Each [kōan][define-koan] (each question) is represented by a failing Pester test.
34
34
Your goal is to make those tests pass by filling out the correct answer, or writing the correct code.
35
35
The koans start very simple to get you familiar with the basic concepts and progress towards more difficult.
36
36
Teaching you multiple beginner, intermediate and advanced aspects of PowerShell in the process.
@@ -39,7 +39,7 @@ To get started please navigate to [prerequisites](#prerequisites) and [getting s
39
39
40
40
## Command Reference
41
41
42
-
View the PSKoans [Command Reference Documentation](docs/PSKoans.md).
42
+
View the PSKoans [Command Reference Documentation][reference-docs].
If you would like to contribute to PSKoans, please check out the [Contributing](https://github.com/vexx32/PSKoans/blob/master/CONTRIBUTING.md) document.
178
+
If you would like to contribute to PSKoans, please check out the [Contributing][contributing] document.
239
179
240
180
## Support the Project
241
181
@@ -245,9 +185,26 @@ If you would like to support the project, you can:
0 commit comments