Skip to content

Commit 01d0a45

Browse files
authored
Merge pull request #987 from UriyaHarpeness/feature/fix-broken-links-in-readme
Fix broken links in README.md
2 parents adf5b94 + 2fbfc79 commit 01d0a45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The Textual repository comes with a number of examples you can experiment with o
6363
<summary> 🎬 Code browser </summary>
6464
<hr>
6565

66-
This is the [code_browser.py](https://github.com/Textualize/textual/blob/abs-readme-links/examples/code_browser.py) example which clocks in at 61 lines (*including* docstrings and blank lines).
66+
This is the [code_browser.py](https://github.com/Textualize/textual/blob/main/examples/code_browser.py) example which clocks in at 61 lines (*including* docstrings and blank lines).
6767

6868
https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b996-c47b19ee2f49.mov
6969

@@ -74,7 +74,7 @@ https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b9
7474
<summary> 📷 Calculator </summary>
7575
<hr>
7676

77-
This is [calculator.py](https://github.com/Textualize/textual/blob/abs-readme-links/examples/calculator.py) which demonstrates Textual grid layouts.
77+
This is [calculator.py](https://github.com/Textualize/textual/blob/main/examples/calculator.py) which demonstrates Textual grid layouts.
7878

7979
![calculator screenshot](https://raw.githubusercontent.com/Textualize/textual/main/imgs/calculator.png)
8080
</details>

0 commit comments

Comments
 (0)