Skip to content

Commit b56078d

Browse files
authored
Fix #4
1 parent ad21f6d commit b56078d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

public/mono-guide/src/SUMMARY.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Summary
22

3-
- [Introduction](/book/introduction.md)
4-
- [About Mono](/book/introduction/about-mono.md)
5-
- [Building Mono](/book/introduction/building-mono.md)
6-
- [Getting the Necessary Files](/book/introduction/necessary-files.md)
3+
- [Introduction](https://peter1745.github.io/mono-guide/book/introduction.md)
4+
- [About Mono](https://peter1745.github.io/mono-guide/book/introduction/about-mono.md)
5+
- [Building Mono](https://peter1745.github.io/mono-guide/book/introduction/building-mono.md)
6+
- [Getting the Necessary Files](https://peter1745.github.io/mono-guide/book/introduction/necessary-files.md)
77

8-
- [First Steps](/book/first-steps/runtime-setup.md)
9-
- [Loading Assemblies](/book/first-steps/loading-assemblies.md)
10-
- [Testing Assembly Loading](/book/first-steps/testing-assembly-loading.md)
11-
- [Classes](/book/first-steps/classes.md)
12-
- [Methods](/book/first-steps/methods.md)
13-
- [Fields and Properties](/book/first-steps/fields.md)
8+
- [First Steps](https://peter1745.github.io/mono-guide/book/first-steps/runtime-setup.md)
9+
- [Loading Assemblies](https://peter1745.github.io/mono-guide/book/first-steps/loading-assemblies.md)
10+
- [Testing Assembly Loading](https://peter1745.github.io/mono-guide/book/first-steps/testing-assembly-loading.md)
11+
- [Classes](https://peter1745.github.io/mono-guide/book/first-steps/classes.md)
12+
- [Methods](https://peter1745.github.io/mono-guide/book/first-steps/methods.md)
13+
- [Fields and Properties](https://peter1745.github.io/mono-guide/book/first-steps/fields.md)

0 commit comments

Comments
 (0)