Skip to content

Commit feed46d

Browse files
committed
Fix links
1 parent c5e1f9c commit feed46d

File tree

5 files changed

+17
-24
lines changed

5 files changed

+17
-24
lines changed

content/projects/_index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ url = "/projects/one-time-password"
2020
[[extra.list]]
2121
title = "OpenSSL bindings"
2222
content = "Bindings to OpenSSL, static and dynamic, with Haskell wrappers"
23-
url = "/projects/hsopenssl"
23+
url = "/projects/openssl"
2424

2525
[[extra.list]]
2626
title = "And many more"

content/projects/botan.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ title = "Botan Bindings"
44

55
The Haskell Cryptography Group presents its suite of Botan packages:
66

7-
| Package | Status | Version |
8-
|----------------------------------|----------------------|--------------------------|
9-
| [botan-low][botan-low] | ![botan-low-ci] | ![botan-low-version] |
10-
| [botan‑bindings][botan-bindings] | ![botan-bindings-ci] | ![botan-bindings-version]|
7+
| Package | Version |
8+
|----------------------------------|--------------------------|
9+
| [botan-low][botan-low] | ![botan-low-version] |
10+
| [botan‑bindings][botan-bindings] | ![botan-bindings-version]|
1111

1212

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

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

content/projects/libsodium.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,16 @@ title = "Libsodium Bindings"
44

55
The Haskell Cryptography Group presents its suite of libsodium packages:
66

7-
| Package | Status | Version |
8-
|--------------------------|------------------|----------------|
9-
| [sel][sel] | ![sel-ci] | ![sel-version] |
10-
| [libsodium‑bindings][lb] | ![lb-ci] | ![lb-version] |
7+
| Package | Version |
8+
|--------------------------|----------------|
9+
| [sel][sel] | ![sel-version] |
10+
| [libsodium‑bindings][lb] | ![lb-version] |
1111

1212

1313

1414

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

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

content/projects/one-time-password.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@ title = "One-Time Password"
44

55
The Haskell Cryptography Group presents its One-Time Password package
66

7-
| Package | Status | Version |
8-
|----------------------------------|----------------------|--------------------------|
9-
| [one-time-password][one-time-password] | ![one-time-password-ci] | ![one-time-password-version] |
7+
| Package | Version |
8+
|----------------------------------|--------------------------|
9+
| [one-time-password][one-time-password] | ![one-time-password-version] |
1010

1111

12-
[one-time-password]: https://github.com/haskell-cryptography/one-time-password/tree/main/one-time-password
13-
[one-time-password-ci]: https://github.com/haskell-cryptography/one-time-password/actions/workflows/one-time-password.yml/badge.svg
12+
[one-time-password]: https://github.com/haskell-cryptography/one-time-password
1413
[one-time-password-version]: https://img.shields.io/hackage/v/one-time-password.svg

content/projects/openssl.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,10 @@ title = "OpenSSL Bindings"
44

55
The Haskell Cryptography Group presents its bindings to OpenSSL:
66

7-
| Package | Status | Version |
8-
|-----------------------|---------------|--------------------------|
9-
| [HsOpenSSL] | ![ci] | ![HsOpenSSL-version] |
7+
| Package | Version |
8+
|-----------------------|--------------------------|
9+
| [HsOpenSSL] | ![HsOpenSSL-version] |
1010

1111

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

0 commit comments

Comments
 (0)