Skip to content

Commit a7caa78

Browse files
authored
Merge pull request #8 from UniversalPython/intro-docs
Fix build issue
2 parents a544409 + 66b7391 commit a7caa78

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial-basics/terminal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ The mappings are as following:
5252
| ```8``` | ۸|
5353
| ```9``` | ۹|
5454

55-
Find the whole list of keywords [here](./universalpython/languages/ur/ur_native.lang.yaml). Don't worry if you can't find a mapping, you can also use English Python!
55+
Find the whole list of keywords for Urdu [here](https://github.com/UniversalPython/UniversalPython/tree/%D9%85%D8%B1%DA%A9%D8%B2/urdupython/languages/ur/ur_native.lang.yaml). Don't worry if you can't find a mapping, you can also use English Python!
5656

5757
An example of a Hello World Program:
5858
```
@@ -62,7 +62,7 @@ would be
6262
```
6363
لکھو ("Hello world!")
6464
```
65-
There are many more sample codes available [here](./universalpython/samples)
65+
There are many more sample codes available [here](https://github.com/UniversalPython/UniversalPython/tree/%D9%85%D8%B1%DA%A9%D8%B2/urdupython/samples)
6666

6767
3. Open a Terminal in the folder of this file.
6868
4. Run the code in one command: ```universalpython <NAME_OF_YOUR_FILE>```

0 commit comments

Comments
 (0)