Skip to content

Commit

Permalink
Update site URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mretegan committed Jan 16, 2025
1 parent 2352f8c commit 2f9fe48
Show file tree
Hide file tree
Showing 5 changed files with 389 additions and 389 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Latest Release

The easiest way to install Crispy on Windows and macOS operating systems is to
use the installers provided on the project's `downloads page
<http://www.esrf.eu/computing/scientific/crispy/downloads.html>`_.
<https://crispy.esrf.fr/en/latest/downloads.html>`_.

**Using pip**

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version"]

[project.urls]
Changelog = "https://github.com/mretegan/crispy/blob/main/CHANGELOG.rst"
Documentation = "https://www.esrf.fr/computing/scientific/crispy"
Documentation = "https://crispy.esrf.fr"
Downloads = "https://github.com/mretegan/crispy/releases"
Homepage = "https://github.com/mretegan/crispy"
Source = "https://github.com/mretegan/crispy"
Expand Down
2 changes: 1 addition & 1 deletion src/crispy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ class CheckUpdateThread(QThread):

@staticmethod
def _getSiteVersion():
URL = "http://www.esrf.eu/computing/scientific/crispy/version.json"
URL = "https://crispy.esrf.fr/version.json"

request = Request(URL)
request.add_header("Cache-Control", "max-age=0")
Expand Down
Loading

0 comments on commit 2f9fe48

Please sign in to comment.