From 2fbfc79ac41dd2d1bb4a344c7b10a4fe47d880c1 Mon Sep 17 00:00:00 2001 From: UriyaHarpeness Date: Sun, 23 Oct 2022 19:32:50 +0300 Subject: [PATCH] Fix broken links in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 45afca8d61..3bdf8ffc4f 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The Textual repository comes with a number of examples you can experiment with o 🎬 Code browser
- 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). + 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). https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b996-c47b19ee2f49.mov @@ -74,7 +74,7 @@ https://user-images.githubusercontent.com/554369/197188237-88d3f7e4-4e5f-40b5-b9 📷 Calculator
-This is [calculator.py](https://github.com/Textualize/textual/blob/abs-readme-links/examples/calculator.py) which demonstrates Textual grid layouts. +This is [calculator.py](https://github.com/Textualize/textual/blob/main/examples/calculator.py) which demonstrates Textual grid layouts. ![calculator screenshot](https://raw.githubusercontent.com/Textualize/textual/main/imgs/calculator.png)