fix clone url
This commit is contained in:
parent
281ec556ff
commit
23edfebac5
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ function renderRepoDescription(repoLink) {
|
||||||
|
|
||||||
const cloneUrl = document.createElement("div");
|
const cloneUrl = document.createElement("div");
|
||||||
cloneUrl.style.marginTop = "15px";
|
cloneUrl.style.marginTop = "15px";
|
||||||
cloneUrl.innerHTML = `<code>git clone git.barrettruth.com/${repoName}.git</code>`;
|
cloneUrl.innerHTML = `<code>git clone https://git.barrettruth.com/git/${repoName}</code>`;
|
||||||
|
|
||||||
post.appendChild(cloneUrl);
|
post.appendChild(cloneUrl);
|
||||||
const viewNote = document.createElement("div");
|
const viewNote = document.createElement("div");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue