···100100 }
101101102102 // find all the labels that this repo subscribes to
103103- repoLabels, err := db.GetRepoLabels(l.db, orm.FilterEq("repo_at", repoAt))
103103+ repoLabels, err := db.GetRepoLabels(l.db, orm.FilterEq("repo_did", repo.RepoDid))
104104 if err != nil {
105105 fail("Failed to get labels for this repository.", err)
106106 return
···35353636 <p><span class="{{$bullet}}">1</span>First, generate a new <a href="https://git-scm.com/book/en/v2/Git-on-the-Server-Generating-Your-SSH-Public-Key" class="underline">SSH key pair</a>.</p>
3737 <p><span class="{{$bullet}}">2</span>Then add the public key to your account from the <a href="/settings/keys" class="underline">keys page</a> in your settings.</p>
3838- <p><span class="{{$bullet}}">3</span>Configure your remote to <code>git@{{ $knot | stripPort }}:{{ resolve .RepoInfo.OwnerDid }}/{{ .RepoInfo.Name }}</code></p>
3838+ <p><span class="{{$bullet}}">3</span>Configure your remote to <code>git@{{ $knot | stripPort }}:{{ .RepoInfo.RepoDid }}</code></p>
3939 <p><span class="{{$bullet}}">4</span>Push!</p>
4040 </div>
4141 </div>