1
Fork 0

New special domain name for git server

This commit is contained in:
Nadim Kobeissi 2025-06-29 15:47:30 +02:00
parent b63f487e21
commit ce26eea0b6
Signed by: nadim
SSH key fingerprint: SHA256:Wq6s8he3sp5RAhp1LaLtp6R1p/43SZswtuK9csAuVcM

View file

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