1
Fork 0

Move notes to wiki

This commit is contained in:
Nadim Kobeissi 2025-06-27 13:18:15 +02:00
parent 4a0bce3608
commit 0b6b2649b6
Signed by: nadim
SSH key fingerprint: SHA256:Wq6s8he3sp5RAhp1LaLtp6R1p/43SZswtuK9csAuVcM
4 changed files with 3 additions and 18 deletions

View file

@ -2,9 +2,9 @@ const updatedInit = () => {
const lastUpdatedElement = document.getElementById("lastUpdated");
const updatedLink = document.createElement("a");
updatedLink.href =
"https://codeberg.org/nadimkobeissi/appliedcryptography/commits/branch/main";
"https://git.appliedcryptography.page/nadim/appliedcryptography/commits/branch/main";
fetch(
"https://codeberg.org/api/v1/repos/nadimkobeissi/appliedcryptography/commits?limit=1&sha=main",
"https://git.appliedcryptography.page/api/v1/repos/nadim/appliedcryptography/commits?limit=1&sha=main",
)
.then((response) => response.json())
.then((data) => {