Skip to content

Commit 3615988

Browse files
committed
Repository links updated.
1 parent 4a5a907 commit 3615988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

003 - D5L Dictionary/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ def language_selection(language):
6161
# opens the README file in github
6262
def open_readme():
6363
menu_utils.open_url_in_browser(
64-
"https://github.com/storlak/PythonMiniProjects/blob/main/003%20-%20Dictionary/README.md"
64+
"https://github.com/storlak/PythonMiniProjects/blob/main/003%20-%20D5L%20Dictionary/README.md"
6565
)
6666

6767

6868
# opens the project in github
6969
def welcome():
7070
menu_utils.open_url_in_browser(
71-
"https://github.com/storlak/PythonMiniProjects/tree/main/003%20-%20Dictionary"
71+
"https://github.com/storlak/PythonMiniProjects/tree/main/003%20-%20D5L%20Dictionary"
7272
)
7373

7474

0 commit comments

Comments
 (0)