]> git.phdru.name Git - m_librarian.git/commitdiff
Docs: http://phdru.name -> https://phdru.name
authorOleg Broytman <phd@phdru.name>
Tue, 22 May 2018 23:50:55 +0000 (02:50 +0300)
committerOleg Broytman <phd@phdru.name>
Tue, 22 May 2018 23:50:55 +0000 (02:50 +0300)
README.rst
README.rus.txt
setup.py

index 25fddd6eb68747b2077f59a628cbea2553d2c1ea..426b5aa4219d2f6c779c5484b1b925a2b7212c43 100644 (file)
@@ -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
index fd196c1048abade96019ef9d5d34035b72423d4d..ab5cbfcfb8c16f6af031848b3613217d77842daa 100644 (file)
@@ -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
index 7f2699ffc2b6404a5ce2519591b03ce0009cc65f..158bcd426c55f89347760e096ab42347693bdcbb 100755 (executable)
--- 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',
     },