From 7d58ef75a4f5ca2cd01b522a1a6ad4412a8b60ca Mon Sep 17 00:00:00 2001 From: Oleg Broytman Date: Wed, 23 May 2018 02:50:55 +0300 Subject: [PATCH] Docs: http://phdru.name -> https://phdru.name --- README.rst | 8 ++++---- README.rus.txt | 6 +++--- setup.py | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.rst b/README.rst index 25fddd6..426b5aa 100644 --- a/README.rst +++ b/README.rst @@ -10,9 +10,9 @@ This hopefully will be a collection of programs to index LibRusEc and Flibusta libraries (zipfiles from torrents, actually), search and show their contents with command-line, web interface and GUI. -| Home Page: http://phdru.name/Software/Python/m_librarian/ -| Documentation: http://phdru.name/Software/Python/m_librarian/docs/ -| Russian: http://phdru.name/Software/Python/m_librarian/docs/ru/ -| Git repo: http://git.phdru.name/m_librarian.git/ +| Home Page: https://phdru.name/Software/Python/m_librarian/ +| Documentation: https://phdru.name/Software/Python/m_librarian/docs/ +| Russian docs: https://phdru.name/Software/Python/m_librarian/docs/ru/ +| Git repo: https://git.phdru.name/m_librarian.git/ | Github repo: https://github.com/phdru/m_librarian | Issue tracker: https://github.com/phdru/m_librarian/issues diff --git a/README.rus.txt b/README.rus.txt index fd196c1..ab5cbfc 100644 --- a/README.rus.txt +++ b/README.rus.txt @@ -8,8 +8,8 @@ Copyright (C) 2015-2018 PhiloSoft Design. индексов в командной строке, в web-интерфейсе и в графическом интерфейсе. -Домашняя страница: http://phdru.name/Software/Python/m_librarian/ -Документация: http://phdru.name/Software/Python/m_librarian/docs/ru/ -Репозиторий git: http://git.phdru.name/m_librarian.git/ +Домашняя страница: https://phdru.name/Software/Python/m_librarian/ +Документация: https://phdru.name/Software/Python/m_librarian/docs/ru/ +Репозиторий git: https://git.phdru.name/m_librarian.git/ Репозиторий Github: https://github.com/phdru/m_librarian Баг-трекер: https://github.com/phdru/m_librarian/issues diff --git a/setup.py b/setup.py index 7f2699f..158bcd4 100755 --- a/setup.py +++ b/setup.py @@ -15,16 +15,16 @@ setup( long_description_content_type="text/x-rst", author='Oleg Broytman', author_email='phd@phdru.name', - url='http://phdru.name/Software/Python/m_librarian/', + url='https://phdru.name/Software/Python/m_librarian/', project_urls={ - 'Homepage': 'http://phdru.name/Software/Python/m_librarian/', + 'Homepage': 'https://phdru.name/Software/Python/m_librarian/', 'Download': 'https://pypi.org/project/m_librarian/%s/' % m_librarian_version.__version__, 'Documentation': - 'http://phdru.name/Software/Python/m_librarian/docs/', + 'https://phdru.name/Software/Python/m_librarian/docs/', 'Russian docs': - 'http://phdru.name/Software/Python/m_librarian/docs/ru/', - 'Git repo': 'http://git.phdru.name/m_librarian.git/', + 'https://phdru.name/Software/Python/m_librarian/docs/ru/', + 'Git repo': 'https://git.phdru.name/m_librarian.git/', 'Github repo': 'https://github.com/phdru/m_librarian', 'Issue tracker': 'https://github.com/phdru/m_librarian/issues', }, -- 2.39.2