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
Copy file name to clipboardExpand all lines: Documentation/Contribute.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@ Thank you for taking some of your precious time helping this project move forwar
8
8
9
9
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:
10
10
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)
13
13
-[Check open pull requests](https://github.com/mac-cain13/R.swift/pulls)
14
14
-[Search the issue tracker](https://github.com/mac-cain13/R.swift/issues)
Copy file name to clipboardExpand all lines: Documentation/Ignoring.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ It is also possible to call the binary with the `--rswiftignore` flag and give a
40
40
41
41
42
42
## 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)
_Get strong typed, autocompleted resources like images, fonts and segues in Swift projects_
4
4
@@ -81,7 +81,7 @@ Runtime validation with [`R.validate()`](Documentation/Examples.md#runtime-valid
81
81
-[Can I use R.swift in a library?](Documentation/QandA.md#can-i-use-rswift-in-a-library)
82
82
-[How does R.swift work?](Documentation/QandA.md#how-does-rswift-work)
83
83
-[How to upgrade to a new major version?](Documentation/Migration.md)
84
-
-[How can I only run specific generators?](https://github.com/mac-cain13/R.swift/blob/master/Documentation/Ignoring.md#only-run-specific-generators-exclude-rsomething)
84
+
-[How can I only run specific generators?](Documentation/Ignoring.md#only-run-specific-generators-exclude-rsomething)
0 commit comments