Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Manually update URLs for the Semigroups and DeepThought packages #235

Merged
merged 1 commit into from
Mar 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions _Packages/deepthought.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@

suggested-pkgs:
external:
www: https://duskydolphin.github.io/DeepThoughtPackage/
www: https://gap-packages.github.io/DeepThought/
readme: README.md
packageinfo: https://duskydolphin.github.io/DeepThoughtPackage/PackageInfo.g
packageinfo: https://gap-packages.github.io/DeepThought/PackageInfo.g
github:

downloads:
- name: .tar.gz
url: https://github.com/duskydolphin/DeepThoughtPackage/releases/download/v1.0.2/DeepThought-1.0.2.tar.gz
url: https://github.com/gap-packages/DeepThought/releases/download/v1.0.2/DeepThought-1.0.2.tar.gz

base-archive-name: DeepThought-1.0.2
abstract: |
Expand All @@ -56,8 +56,8 @@
accept-date:
source-repo:
type: git
url: https://github.com/duskydolphin/DeepThoughtPackage
issue-url: "https://github.com/duskydolphin/DeepThoughtPackage/issues"
url: https://github.com/gap-packages/DeepThought
issue-url: "https://github.com/gap-packages/DeepThought/issues"

support-email: "[email protected]"

Expand All @@ -72,7 +72,7 @@
Version 1.0.2</i>
(<span class='BibYear'>2018</span>)<br />
(<span class='BibNote'>GAP package</span>),
<span class='BibHowpublished'><a href="https://duskydolphin.github.io/DeepThoughtPackage/">https://duskydolphin.github.io/DeepThoughtPackage/</a></span>.
<span class='BibHowpublished'><a href="https://gap-packages.github.io/DeepThought/">https://gap-packages.github.io/DeepThought/</a></span>.
</p>


Expand All @@ -84,8 +84,8 @@
month = {Sep},
year = {2018},
note = {GAP package},
howpublished = {\href {https://duskydolphin.github.io/DeepThoughtPackage/} {\texttt{https://duskydolphin.github.io/}\discretionary
{}{}{}\texttt{DeepThoughtPackage/}}},
howpublished = {\href {https://gap-packages.github.io/DeepThought/} {\texttt{https://gap-packages.github.io/}\discretionary
{}{}{}\texttt{DeepThought/}}},
keywords = {Deep Thought; finitely generated nilpotent groups; Hall polynomials},
printedkey = {WH18}
}
Expand Down
14 changes: 7 additions & 7 deletions _Packages/semigroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,14 +119,14 @@
url: "http://www.math.rwth-aachen.de/~Frank.Luebeck/GAPDoc"

external:
www: https://gap-packages.github.io/Semigroups
www: https://semigroups.github.io/Semigroups
readme: README.md
packageinfo: https://gap-packages.github.io/Semigroups/PackageInfo.g
packageinfo: https://semigroups.github.io/Semigroups/PackageInfo.g
github:

downloads:
- name: .tar.gz
url: https://github.com/gap-packages/Semigroups/releases/download/v3.4.0/semigroups-3.4.0.tar.gz
url: https://github.com/semigroups/Semigroups/releases/download/v3.4.0/semigroups-3.4.0.tar.gz

base-archive-name: semigroups-3.4.0
abstract: |
Expand All @@ -137,8 +137,8 @@
accept-date:
source-repo:
type: git
url: https://github.com/gap-packages/Semigroups
issue-url: "https://github.com/gap-packages/Semigroups/issues"
url: https://github.com/semigroups/Semigroups
issue-url: "https://github.com/semigroups/Semigroups/issues"

support-email:
doc-html: doc/chap0.html
Expand All @@ -152,7 +152,7 @@
Version 3.4.0</i>
(<span class='BibYear'>2020</span>)<br />
(<span class='BibNote'>GAP package</span>),
<span class='BibHowpublished'><a href="https://gap-packages.github.io/Semigroups">https://gap-packages.github.io/Semigroups</a></span>.
<span class='BibHowpublished'><a href="https://gsemigroups.github.io/Semigroups">https://semigroups.github.io/Semigroups</a></span>.
</p>


Expand All @@ -163,7 +163,7 @@
month = {Aug},
year = {2020},
note = {GAP package},
howpublished = {\href {https://gap-packages.github.io/Semigroups} {\texttt{https://gap-packages.github.io/}\discretionary {}{}{}\texttt{Semigroups}}},
howpublished = {\href {https://semigroups.github.io/Semigroups} {\texttt{https://semigroups.github.io/}\discretionary {}{}{}\texttt{Semigroups}}},
keywords = {transformation semigroups; partial permutations; inverse semigroups; Green's relations; free inverse semigroup; partition monoid;
bipartitions; Rees matrix semigroups},
printedkey = {Mit20}
Expand Down