Skip to content

Commit 295e8e3

Browse files
committed
fix(docs): Fix links in tutorial intro page
1 parent 836523c commit 295e8e3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Sources/Documentation.docc/Tutorials/MeetSwiftUITheming.tutorial

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,10 @@
2222

2323
@SampleCode(destination: "https://github.com/alexanderwe/swiftui-theming/tree/main/Example") {
2424
The library comes with a of demo application where you can explore how to use the library in a SwiftUI application
25-
26-
- [Example App](https://github.com/alexanderwe/swiftui-theming/tree/main/Example)
2725
}
2826

29-
@Documentation(destination: "https://alexanderwe.github.io/swiftui-theming/main/documentation/overview") {
27+
@Documentation(destination: "https://alexanderwe.github.io/swiftui-theming/documentation/overview/") {
3028
Browse the full documentation online.
31-
32-
- [GitHub](https://alexanderwe.github.io/swiftui-theming/documentation/overview)
3329
}
3430
}
3531
}

0 commit comments

Comments
 (0)