Skip to content

Commit 1237a52

Browse files
committed
Link fix.
1 parent 652e0da commit 1237a52

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/src/widgets/version_widget.dart

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/// Version widget for the app.
22
///
3-
// Time-stamp: <Sunday 2025-09-28 05:48:17 +1000 Graham Williams>
3+
// Time-stamp: <Monday 2026-02-23 10:49:49 +1100 Graham Williams>
44
///
55
/// Copyright (C) 2024-2025, Software Innovation Institute, ANU.
66
///
@@ -176,9 +176,9 @@ class _VersionWidgetState extends State<VersionWidget> {
176176
/// This is necessary for CORS compatibility in web environments.
177177
///
178178
/// Converts:
179-
/// - https://github.com/user/repo/blob/branch/file.md
179+
/// - https://github.com/gjwgit/geopod/blob/dev/CHANGELOG.md
180180
/// to:
181-
/// - https://raw.githubusercontent.com/user/repo/branch/file.md
181+
/// - https://raw.githubusercontent.com/gjwgit/geopod/dev/CHANGELOG.md
182182
183183
String _convertToRawUrl(String url) {
184184
if (url.contains('github.com') && url.contains('/blob/')) {

0 commit comments

Comments
 (0)