Skip to content

Commit 40b3dfc

Browse files
authored
Merge pull request #230 from usnistgov/fix/Link-to-Github
Fix/link to Github link for developers (in nav menu)
2 parents 339988f + f241b04 commit 40b3dfc

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ install:
2626
# script:
2727
# - scripts/testall.travis --unitonly
2828
script:
29-
- scripts/testall --cdv 2.44
29+
# - scripts/testall --cdv 2.44
30+
- scripts/testall
3031
- scripts/makedist
3132

3233
# after_script:

angular/src/app/app.menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class AppMenuComponent implements OnInit {
4343
label: 'Developer',
4444
items: [
4545
{label: 'APIs', routerLink: ['/api']},
46-
{label: 'GitHub (usnistgov)',url: 'https://github.com/usnistgov/oar-sdp', target:'_blank'},
46+
{label: 'GitHub (usnistgov)',url: 'https://github.com/usnistgov/oar-developer', target:'_blank'},
4747
]
4848
},
4949
{

0 commit comments

Comments
 (0)