-
- Downloads
Merged in NRRPLT-8596-documentation-urls (pull request #328)
[NRRPLT-8596] Update documentation links Approved-by: Ugo Albanese Approved-by: Vahid Zolfaghari
Showing
- app/components/tip-tooltip/tip-tooltip.factory.js 3 additions, 3 deletionsapp/components/tip-tooltip/tip-tooltip.factory.js
- app/scripts/esv/services/documentation-urls.js 8 additions, 5 deletionsapp/scripts/esv/services/documentation-urls.js
- package.json 2 additions, 2 deletionspackage.json
- test/spec/services/documentation-urls.js 3 additions, 3 deletionstest/spec/services/documentation-urls.js
| ... | ... | @@ -158,8 +158,8 @@ |
| }, | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "ssh://bbpcode.epfl.ch/neurorobotics/ExDFrontend", | ||
| "doc_url": "https://developer.humanbrainproject.eu/docs/projects/HBP%20Neurorobotics%20Platform/1.2/index.html", | ||
| "url": "https://bitbucket.org/hbpneurorobotics/exdfrontend/src/development/", | ||
| "doc_url": "https://neurorobotics.net/Documentation/3.2.x/latest/index.html", | ||
| "issuesurl": "https://bitbucket.org/hbpneurorobotics/neurorobotics-platform/issues?status=new&status=open" | ||
| }, | ||
| "files": [ | ||
| ... | ... |
Please sign in to comment