Skip to content

Commit

Permalink
replace http:// with https:// where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Feb 24, 2023
1 parent 1d90a3c commit d7fe32f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ authors:
family-names: Stokes
given-names: Alan
orcid: https://orcid.org/0000-0002-6110-1484
website: http://www.cs.man.ac.uk/~stokesa6/
website: https://www.cs.man.ac.uk/~stokesa6/
- affiliation: University Of Manchester
email: Andrew.Rowley@manchester.ac.uk
family-names: Rowley
Expand All @@ -29,7 +29,7 @@ authors:
email: Andrew.Gait@manchester.ac.uk
family-names: Gait
given-names: Andrew
orcid: http://orcid.org/0000-0001-9349-1096
orcid: https://orcid.org/0000-0001-9349-1096
website: https://personalpages.manchester.ac.uk/staff/Andrew.Gait/
- affiliation: University Of Manchester
email: christian.brenninkmeijer@manchester.ac.uk
Expand All @@ -42,13 +42,13 @@ authors:
family-names: Fellows
given-names: Donal
orcid: https://orcid.org/0000-0002-9091-5938
website: http://www.cs.manchester.ac.uk/about-us/staff/profile/?ea=donal.k.fellows
website: https://www.cs.manchester.ac.uk/about-us/staff/profile/?ea=donal.k.fellows
- affiliation: University Of Manchester
email: oliver.rhodes@manchester.ac.uk
family-names: Rhodes
given-names: Oliver
orcid: https://orcid.org/0000-0003-1728-2828
website: http://apt.cs.manchester.ac.uk/people/orhodes/
website: https://apt.cs.manchester.ac.uk/people/orhodes/
- affiliation: University Of Manchester
email: petrut.bogdan@manchester.ac.uk
family-names: Bogdan
Expand All @@ -65,7 +65,7 @@ authors:
family-names: Davies
given-names: Sergio
orcid: https://orcid.org/0000-0001-5330-5527
website: http://apt.cs.manchester.ac.uk/people/daviess/
website: https://apt.cs.manchester.ac.uk/people/daviess/
cff-version: 1.0.3
contact:
- address: University of Manchester, Oxford Road
Expand Down
2 changes: 1 addition & 1 deletion doc/make.bat
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if errorlevel 9009 (
echo.may add the Sphinx directory to PATH.
echo.
echo.If you don't have Sphinx installed, grab it from
echo.http://sphinx-doc.org/
echo.https://sphinx-doc.org/
exit /b 1
)

Expand Down
6 changes: 3 additions & 3 deletions doc/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ which is part of the SpiNNaker_ Project
This code depends on SpiNNUtils_. (Combined_documentation_).

.. _SpiNNMachine: https://github.com/SpiNNakerManchester/SpiNNMachine
.. _SpiNNaker: http://apt.cs.manchester.ac.uk/projects/SpiNNaker/
.. _SpiNNUtils: http://spinnutils.readthedocs.io
.. _Combined_documentation: http://spinnakermanchester.readthedocs.io
.. _SpiNNaker: https://apt.cs.manchester.ac.uk/projects/SpiNNaker/
.. _SpiNNUtils: https://spinnutils.readthedocs.io
.. _Combined_documentation: https://spinnakermanchester.readthedocs.io

SpiNNMachine
============
Expand Down

0 comments on commit d7fe32f

Please sign in to comment.