Skip to content

Commit e90cca1

Browse files
committed
fix: update broken link
1 parent 0285c7d commit e90cca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

preference_bundles_cont.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Let's go through it one by one.
3434
- This returns the specifiers because that is needed as the method is not of the type `void` (which does not need to return anything).
3535
3636
This also allows the developer to make cells manually, you would need to add the specifier manually through `PSSpecifier` and then add it to the `_specifiers` array.
37-
- Further information about this can be found near the bottom of https://iphonedev.wiki/index.php/Preferences_specifier_plist.
37+
- Further information about this can be found near the bottom of https://theapplewiki.com/wiki/Dev:Preferences_specifier_plist.
3838
3939
Linking the preference bundle to the tweak can also be found in my preference bundle examples page: https://github.com/NightwindDev/Preference-Bundle-Example#linking-cells-to-tweak.
4040

0 commit comments

Comments
 (0)