Skip to content

Commit

Permalink
docs, replace url with github
Browse files Browse the repository at this point in the history
  • Loading branch information
Cosmius committed Feb 14, 2024
1 parent b4be2cd commit 38f6c06
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
html_theme_options = {
"description": f"{release}",
"extra_nav_links": {
"Source at BitBucket": "https://bitbucket.org/Cosmius/gugugu",
"Prebuilt binaries": "https://bitbucket.org/Cosmius/gugugu/downloads/",
"Source at GitHub": "https://github.com/Cosmius/gugugu",
"Prebuilt binaries": "https://github.com/Cosmius/gugugu/releases",
},
}

Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The definition syntax is a strict subset of Haskell.
:language: haskell

There are prebuilt binaries available at
https://bitbucket.org/Cosmius/gugugu/downloads/
https://github.com/Cosmius/gugugu/releases


.. toctree::
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Use Prebuilt Binaries
---------------------

* Download the package for your operating system at
https://bitbucket.org/Cosmius/gugugu/downloads/ .
https://github.com/Cosmius/gugugu/releases .
* Unpack the archive and put the executables to somewhere in your ``PATH``.
You can pick only the target you need, they are all independent from others.

Expand Down

0 comments on commit 38f6c06

Please sign in to comment.