Skip to content

Commit 0e4ec17

Browse files
committed
Made links in documentation relative
1 parent 981904a commit 0e4ec17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Documentation/Contribute.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Thank you for taking some of your precious time helping this project move forwar
88

99
Most important is to read the docs and scan the issue tracker before so you're sure your question/idea/bugreport isn't already answered/in the make/being fixed:
1010

11-
- [Read the Readme](https://github.com/mac-cain13/R.swift/blob/master/Readme.md)
12-
- [Read the other documentation](https://github.com/mac-cain13/R.swift/tree/master/Documentation)
11+
- [Read the Readme](/README.md)
12+
- [Read the other documentation](/Documentation)
1313
- [Check open pull requests](https://github.com/mac-cain13/R.swift/pulls)
1414
- [Search the issue tracker](https://github.com/mac-cain13/R.swift/issues)
1515

Documentation/Ignoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ It is also possible to call the binary with the `--rswiftignore` flag and give a
4040

4141

4242
## Only run specific generators (exclude R.something)
43-
By default, R.swift runs all generators, for images, nibs, strings and many more. In some situations you may not want to generate R structs for all these types. You can choose to run only certain generators by adding a flag like this: `--generators image,string` to the call to the [Build Phase](https://github.com/mac-cain13/R.swift/blob/master/Documentation/Images/BuildPhaseExample.png)
43+
By default, R.swift runs all generators, for images, nibs, strings and many more. In some situations you may not want to generate R structs for all these types. You can choose to run only certain generators by adding a flag like this: `--generators image,string` to the call to the [Build Phase](/Documentation/Images/BuildPhaseExample.png)
4444

4545
These are the available generators:
4646

0 commit comments

Comments
 (0)