Commit 79fdc052 authored by Andrey Golovizin's avatar Andrey Golovizin
Browse files

Use https://pybtex.org/ everywhere

parent e8ff461b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -69,7 +69,7 @@ Version 0.19
Thanks to Jorrit Wronski and Matthias Troffaes for their fixes and improvements!


.. _documentation: http://docs.pybtex.org/
.. _documentation: https://docs.pybtex.org/

.. _Sphinx: http://sphinx-doc.org/

+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ The resulting bibliography may be output in one of the following formats
See also
--------

- `Home page <http://pybtex.org/>`_
- `Home page <https://pybtex.org/>`_

- `Pybtex at Bitbucket <https://bitbucket.org/pybtex-devs/pybtex>`_

+1 −1
Original line number Diff line number Diff line
@@ -191,7 +191,7 @@ pseudoxml:
	@echo "build finished. the pseudo-xml files are in $(builddir)/pseudoxml."


# http://pybtex.org/ stuff
# https://pybtex.org/ stuff
RSYNC = rsync -rv --delete
RSYNC_SERVER = www-pybtex@sologoc.com

+2 −2
Original line number Diff line number Diff line
@@ -111,8 +111,8 @@ def format_head(main_obj):

def format_see_also(main_obj):
    yield '.SH "SEE ALSO"'
    yield '.UR http://pybtex.org/'
    yield '.BR http://pybtex.org/'
    yield '.UR https://pybtex.org/'
    yield '.BR https://pybtex.org/'


def write_manpage(outfile, main_obj):
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ extensions = [
]

intersphinx_mapping = {
    'docs': ('http://docs.pybtex.org/', None),
    'docs': ('https://docs.pybtex.org/', None),
}

# Add any paths that contain templates here, relative to this directory.
Loading