forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

fix push instrs

Changed files
+4 -4
appview
pages
templates
+2 -2
appview/pages/templates/repo/empty.html
···
<section class="mt-4 p-6 rounded bg-white w-full mx-auto overflow-auto">
<strong>push</strong>
<pre>
-
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }} </pre
+
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }} </pre
>
<strong>clone</strong>
<pre>
git clone https://tangled.sh/{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
-
git clone git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
+
git clone git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}
</pre
>
</section>
+2 -2
appview/pages/templates/repo/index.html
···
<section class="mt-4 p-6 rounded bg-white w-full mx-auto overflow-auto">
<strong>push</strong>
<pre>
-
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }} </pre
+
git remote add origin git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }} </pre
>
<strong>clone</strong>
<pre>
git clone https://tangled.sh/{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
-
git clone git@tangled.sh:{{ .RepoInfo.OwnerWithAt }}/{{ .RepoInfo.Name }}
+
git clone git@tangled.sh:{{ .RepoInfo.OwnerHandle }}/{{ .RepoInfo.Name }}
</pre
>
</section>