Skip to content

Commit b61d390

Browse files
authoredFeb 8, 2025
🔀 Merge pull request #85 from astariul/fix_wrong_url
🐛 Fix wrong URL in public-hello
2 parents 6b435c7 + ef96e6c commit b61d390

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎public-hello/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@
7878
</a>
7979
</div>
8080
<div class="" id="0.2" onclick="load_readme('0.2', scroll_to_div=true);">
81-
<a href="git+b('https://github.com/astariul/public-hello'@0.2#egg=public-hello-0.2">
81+
<a href="git+https://github.com/astariul/public-hello@0.2#egg=public-hello-0.2">
8282
0.2
8383
</a>
8484
</div>
8585
<div class="prerelease" id="0.3.dev0" onclick="load_readme('0.3.dev0', scroll_to_div=true);">
86-
<a href="git+b('https://github.com/astariul/public-hello'@0.3.dev0#egg=public-hello-0.3.dev0">
86+
<a href="git+https://github.com/astariul/public-hello@0.3.dev0#egg=public-hello-0.3.dev0">
8787
0.3.dev0
8888
</a>
8989
</div>

0 commit comments

Comments
 (0)