Skip to content

Commit 263493c

Browse files
authored
Fix HTML link syntax
1 parent 1d2bb55 commit 263493c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sync.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def build_repo(packages: dict[str, list], pth="./simple"):
133133
<hr>
134134
<table width=100% border=0><tr>
135135
<td style="text-align:left;"><a href="../index.html")">&larr; Back</a></td>
136-
<td style="text-align:right;">Source: <a href="https://github.com/corbel-spatial/geospatial-wheels-index target="_new"">geospatial-wheels-index</a></td>
136+
<td style="text-align:right;">Source: <a href="https://github.com/corbel-spatial/geospatial-wheels-index" target="_new">geospatial-wheels-index</a></td>
137137
</tr></table>
138138
</body>
139139
</html>
@@ -160,7 +160,7 @@ def build_repo(packages: dict[str, list], pth="./simple"):
160160
"""
161161
<hr>
162162
<table width=100% border=0><tr>
163-
<td style="text-align:right;">Source: <a href="https://github.com/corbel-spatial/geospatial-wheels-index target="_new">geospatial-wheels-index</a></td>
163+
<td style="text-align:right;">Source: <a href="https://github.com/corbel-spatial/geospatial-wheels-index" target="_new">geospatial-wheels-index</a></td>
164164
</tr></table>
165165
</body>
166166
</html>

0 commit comments

Comments
 (0)