From a3b730810d66e8628ec1f07440007b3d9e8a5720 Mon Sep 17 00:00:00 2001 From: hayat01sh1da Date: Sun, 26 Jan 2025 23:34:05 +0900 Subject: [PATCH] Fix repository names --- python/README.md | 6 +++--- python/main.py | 6 +++--- ruby/README.md | 4 ++-- ruby/main.rb | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/python/README.md b/python/README.md index aeae7ee..638ceed 100644 --- a/python/README.md +++ b/python/README.md @@ -9,17 +9,17 @@ ```command $ cd ./python $ python main.py -==================== Categorizing the Entire aya-issues Wiki Pages... ==================== +==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ==================== ========== Organising Home... ========== Check out An Up-to-date Wiki List on Home at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !! ========== Done Organising Home 🎉 ========== ========== Organising Sidebar... ========== Check out An Up-to-date Wiki List on Sidebar at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !! -==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ==================== +==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ==================== ========== Done Organising Sidebar 🎉 ========== -==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ==================== +==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ==================== ``` ## 2-2. Export Unowned Wiki List diff --git a/python/main.py b/python/main.py index 844d1d7..309f247 100644 --- a/python/main.py +++ b/python/main.py @@ -7,7 +7,7 @@ from home import Home from sidebar import Sidebar -print('==================== Categorizing the Entire aya-issues Wiki Pages... ====================') +print('==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ====================') print('========== Organising Home... ==========') home_url = Home().run() @@ -17,10 +17,10 @@ print('========== Organising Sidebar... ==========') Sidebar().run() print('Check out An Up-to-date Wiki List on Sidebar at {home_url} !!'.format(home_url = home_url)) -print('==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================') +print('==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ====================') print('========== Done Organising Sidebar 🎉 ==========\n') -print('==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================') +print('==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ====================') for pycache in glob.glob(os.path.join('.', '**', '__pycache__'), recursive = True): if os.path.exists(pycache): diff --git a/ruby/README.md b/ruby/README.md index fc530db..4b4d813 100644 --- a/ruby/README.md +++ b/ruby/README.md @@ -9,7 +9,7 @@ ```command $ cd ./ruby $ ruby main.rb -==================== Categorizing the Entire aya-issues Wiki Pages... ==================== +==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ==================== ========== Organising Home... ========== Check out An Up-to-date Wiki List on Home at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !! ========== Done Organising Home 🎉 ========== @@ -17,7 +17,7 @@ Check out An Up-to-date Wiki List on Home at https://github.com/hayat01sh1da/git ========== Organising Sidebar... ========== Check out An Up-to-date Wiki List on Sidebar at https://github.com/hayat01sh1da/github-wiki-organisers/wiki !! ========== Done Organising Home 🎉 ========== -==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ==================== +==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ==================== ``` ## 2-2. Export Unowned Wiki List diff --git a/ruby/main.rb b/ruby/main.rb index ef2a7d4..6d39eb3 100644 --- a/ruby/main.rb +++ b/ruby/main.rb @@ -1,7 +1,7 @@ require_relative './src/home' require_relative './src/sidebar' -puts '==================== Categorizing the Entire aya-issues Wiki Pages... ====================' +puts '==================== Categorizing the Entire github-wiki-organisers Wiki Pages... ====================' puts '========== Organising Home... ==========' home_url = Home.run @@ -13,4 +13,4 @@ puts "Check out An Up-to-date Wiki List on Sidebar at #{home_url} !!" puts "========== Done Organising Home 🎉 ==========" -puts '==================== Done Categorizing the Entire aya-issues Wiki Pages 🎉 ====================' +puts '==================== Done Categorizing the Entire github-wiki-organisers Wiki Pages 🎉 ===================='