fix repo paths

This commit is contained in:
Barrett Ruth 2025-05-14 12:43:34 -04:00
parent 0d408d5dc3
commit ea4638a89e
2 changed files with 2 additions and 2 deletions

View file

@ -61,7 +61,7 @@ function renderRepoDescription(repoLink) {
const cloneUrl = document.createElement("div");
cloneUrl.style.marginTop = "15px";
cloneUrl.innerHTML = `<code>git clone \nhttps://git.barrettruth.com/git/${repoName}</code>`;
cloneUrl.innerHTML = `<code>git clone \nhttps://git.barrettruth.com/git/${repoName}.git</code>`;
post.appendChild(cloneUrl);
const viewNote = document.createElement("div");