Skip to content

Commit 09a33dc

Browse files
committed
post-release: flip showcase links back to /blob/develop
1 parent c16d41a commit 09a33dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/src/main/java/com/demcha/examples/support/ShowcaseMetadata.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ final class ShowcaseMetadata {
3333
// on develop). At release time switch this to the published tag
3434
// (e.g. "v1.6.0") so users browsing the deployed site land on the
3535
// exact source that produced the artefacts.
36-
private static final String GH_BASE = "https://github.com/DemchaAV/GraphCompose/blob/v1.8.0";
36+
private static final String GH_BASE = "https://github.com/DemchaAV/GraphCompose/blob/develop";
3737
private static final String EX_BASE = GH_BASE + "/examples/src/main/java/com/demcha/examples";
3838

3939
record Entry(String title, String description, List<String> tags, String codeUrl) {

0 commit comments

Comments
 (0)