Skip to content

Commit

Permalink
Fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
Kleidukos committed Oct 9, 2024
1 parent c5e1f9c commit feed46d
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 24 deletions.
2 changes: 1 addition & 1 deletion content/projects/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ url = "/projects/one-time-password"
[[extra.list]]
title = "OpenSSL bindings"
content = "Bindings to OpenSSL, static and dynamic, with Haskell wrappers"
url = "/projects/hsopenssl"
url = "/projects/openssl"

[[extra.list]]
title = "And many more"
Expand Down
10 changes: 4 additions & 6 deletions content/projects/botan.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,14 @@ title = "Botan Bindings"

The Haskell Cryptography Group presents its suite of Botan packages:

| Package | Status | Version |
|----------------------------------|----------------------|--------------------------|
| [botan-low][botan-low] | ![botan-low-ci] | ![botan-low-version] |
| [botan‑bindings][botan-bindings] | ![botan-bindings-ci] | ![botan-bindings-version]|
| Package | Version |
|----------------------------------|--------------------------|
| [botan-low][botan-low] | ![botan-low-version] |
| [botan‑bindings][botan-bindings] | ![botan-bindings-version]|


[botan-low]: https://github.com/haskell-cryptography/botan/tree/main/botan-low
[botan-low-ci]: https://github.com/haskell-cryptography/botan/actions/workflows/ci.yml/badge.svg
[botan-low-version]: https://img.shields.io/hackage/v/botan-low.svg

[botan-bindings]: https://github.com/haskell-cryptography/botan/tree/main/botan
[botan-bindings-ci]: https://github.com/haskell-cryptography/botan/actions/workflows/main-ci.yml/badge.svg
[botan-bindings-version]: https://img.shields.io/hackage/v/botan-bindings.svg
10 changes: 4 additions & 6 deletions content/projects/libsodium.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ title = "Libsodium Bindings"

The Haskell Cryptography Group presents its suite of libsodium packages:

| Package | Status | Version |
|--------------------------|------------------|----------------|
| [sel][sel] | ![sel-ci] | ![sel-version] |
| [libsodium‑bindings][lb] | ![lb-ci] | ![lb-version] |
| Package | Version |
|--------------------------|----------------|
| [sel][sel] | ![sel-version] |
| [libsodium‑bindings][lb] | ![lb-version] |




[sel]: https://github.com/haskell-cryptography/libsodium-bindings/tree/main/sel
[sel-ci]: https://github.com/haskell-cryptography/libsodium-bindings/actions/workflows/sel.yml/badge.svg
[sel-version]: https://img.shields.io/hackage/v/sel.svg

[lb]: https://github.com/haskell-cryptography/libsodium-bindings/tree/main/libsodium-bindings
[lb-ci]: https://github.com/haskell-cryptography/libsodium-bindings/actions/workflows/libsodium-bindings.yml/badge.svg
[lb-version]: https://img.shields.io/hackage/v/libsodium-bindings.svg
9 changes: 4 additions & 5 deletions content/projects/one-time-password.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,10 @@ title = "One-Time Password"

The Haskell Cryptography Group presents its One-Time Password package

| Package | Status | Version |
|----------------------------------|----------------------|--------------------------|
| [one-time-password][one-time-password] | ![one-time-password-ci] | ![one-time-password-version] |
| Package | Version |
|----------------------------------|--------------------------|
| [one-time-password][one-time-password] | ![one-time-password-version] |


[one-time-password]: https://github.com/haskell-cryptography/one-time-password/tree/main/one-time-password
[one-time-password-ci]: https://github.com/haskell-cryptography/one-time-password/actions/workflows/one-time-password.yml/badge.svg
[one-time-password]: https://github.com/haskell-cryptography/one-time-password
[one-time-password-version]: https://img.shields.io/hackage/v/one-time-password.svg
10 changes: 4 additions & 6 deletions content/projects/openssl.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@ title = "OpenSSL Bindings"

The Haskell Cryptography Group presents its bindings to OpenSSL:

| Package | Status | Version |
|-----------------------|---------------|--------------------------|
| [HsOpenSSL] | ![ci] | ![HsOpenSSL-version] |
| Package | Version |
|-----------------------|--------------------------|
| [HsOpenSSL] | ![HsOpenSSL-version] |


[HsOpenSSL]: https://github.com/haskell-cryptography/HsOpenSSL/tree/main/HsOpenSSL
[ci]: https://github.com/haskell-cryptography/HsOpenSSL/actions/workflows/haskell.yml/badge.svg
[HsOpenSSL]: https://github.com/haskell-cryptography/HsOpenSSL
[HsOpenSSL-version]: https://img.shields.io/hackage/v/HsOpenSSL.svg

0 comments on commit feed46d

Please sign in to comment.