Fix the markdown URL in the sample notebook

URLs without `https://` are relative.
This commit is contained in:
Y.D.X
2023-01-01 15:36:28 +08:00
committed by GitHub
parent 71becd4059
commit 8a0e6bbcfb

View File

@@ -20,7 +20,7 @@ In the notebook, you can write markdown, math and python. use %% then:
I **can** bold things and _italicize_ them. You got the gist, this is standard
markdown syntax that you can [google](google.com).
markdown syntax that you can [google](https://google.com).
<br>
@@ -66,4 +66,4 @@ print("RustPython called back and said people need to have")
import random
rnd = random.randint(1,5)
print("nice " * rnd + "things.")
print("nice " * rnd + "things.")