From ce26eea0b6e353f5ae1bb5c10b3b764eb74634c3f675ea84136a1406a75744f1 Mon Sep 17 00:00:00 2001 From: Nadim Kobeissi Date: Sun, 29 Jun 2025 15:47:30 +0200 Subject: [PATCH] New special domain name for git server --- website/res/js/updated.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/res/js/updated.js b/website/res/js/updated.js index cb8b8b7..e4c938e 100644 --- a/website/res/js/updated.js +++ b/website/res/js/updated.js @@ -2,9 +2,9 @@ const updatedInit = () => { const lastUpdatedElement = document.getElementById("lastUpdated"); const updatedLink = document.createElement("a"); updatedLink.href = - "https://git.appliedcryptography.page/nadim/appliedcryptography/commits/branch/main"; + "https://cedarcrypt.org/nadim/appliedcryptography/commits/branch/main"; 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((data) => {