New special domain name for git server
This commit is contained in:
parent
b63f487e21
commit
ce26eea0b6
1 changed files with 2 additions and 2 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue