Skip to content

Commit 004031f

Browse files
authored
Stop linking users to the old ember-osf-registries repo (#1386)
1 parent 358355a commit 004031f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lib/collections/addon/index/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
{{t 'collections.index.service_bottom.div.line1'}}
102102
<a
103103
local-class='source-code-link'
104-
href='https://github.com/CenterForOpenScience/ember-osf-registries'
104+
href='https://github.com/CenterForOpenScience/ember-osf-web'
105105
onclick={{action 'click' 'link' 'Index - GitHub Repo' target=this.analytics}}
106106
>
107107
{{t 'collections.index.service_bottom.div.linkText1'}}

lib/registries/addon/components/registries-services-list/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
{{t 'registries.index.services.bottom.div.line1'}}
2828
<a
2929
local-class='ServicesList__ExternalLink'
30-
href='https://github.com/CenterForOpenScience/ember-osf-registries'
30+
href='https://github.com/CenterForOpenScience/ember-osf-web'
3131
onclick={{action 'click' 'link' 'Index - GitHub Repo' 'https://github.com/CenterForOpenScience/ember-osf-web'
3232
target=this.analytics}}
3333
>

tests/engines/registries/integration/index/index-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ module('Registries | Integration | index', hooks => {
9696
expected: [
9797
'link',
9898
'Index - GitHub Repo',
99-
'https://github.com/CenterForOpenScience/ember-osf-registries',
99+
'https://github.com/CenterForOpenScience/ember-osf-web',
100100
sinon.match.any,
101101
],
102102
},

0 commit comments

Comments
 (0)