Skip to content

Commit 0e20a57

Browse files
committed
Merge branch 'hotfix/0.2.1' into develop
2 parents 882366e + 3841def commit 0e20a57

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

addon/components/osf-navbar/template.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Browse <span class="caret"></span></a>
3535
<ul class="dropdown-menu" role="menu">
3636
<li><a href="{{host}}explore/activity/">New Projects</a></li>
37-
<li><a href="{{host}}search/?q=*&amp;filter=registration">Registry</a></li>
37+
<li><a href="{{host}}registries/">Registries</a></li>
3838
<li><a href="{{host}}meetings/">Meetings</a></li>
3939
<li><a href="{{host}}preprints/">Preprints</a></li>
4040
</ul>

addon/utils/ajax-helpers.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,3 @@ function authenticatedAJAX(options) {
3434

3535
}
3636
export { authenticatedAJAX };
37-

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-osf",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"description": "Reusable ember models and components for interacting with the Open Science Framework",
55
"directories": {
66
"doc": "docs",

0 commit comments

Comments
 (0)