mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Fix the markdown URL in the sample notebook
URLs without `https://` are relative.
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user