You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tutorial-basics/terminal.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ The mappings are as following:
52
52
|```8```| ۸|
53
53
|```9```| ۹|
54
54
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!
56
56
57
57
An example of a Hello World Program:
58
58
```
@@ -62,7 +62,7 @@ would be
62
62
```
63
63
لکھو ("Hello world!")
64
64
```
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)
66
66
67
67
3. Open a Terminal in the folder of this file.
68
68
4. Run the code in one command: ```universalpython <NAME_OF_YOUR_FILE>```
0 commit comments