Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
File Transfer Service
fts-rest
Commits
37dae2cf
Commit
37dae2cf
authored
Feb 12, 2018
by
Edward Karavakis
Browse files
[NO-TICKET] Swapped links to svn with links to git
parent
45958084
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/fts3rest/fts3rest/controllers/api.py
View file @
37dae2cf
...
...
@@ -73,7 +73,7 @@ class ApiController(BaseController):
'core'
:
self
.
fts_core_version
,
'schema'
:
schema_v
,
'_links'
:
{
'curies'
:
[{
'name'
:
'fts'
,
'href'
:
'https://
svnwe
b.cern.ch/
trac
/fts3'
}],
'curies'
:
[{
'name'
:
'fts'
,
'href'
:
'https://
gitla
b.cern.ch/
fts
/fts3'
}],
'fts:whoami'
:
{
'href'
:
'/whoami'
,
'title'
:
'Check user certificate'
},
...
...
src/fts3rest/fts3rest/controllers/archive.py
View file @
37dae2cf
...
...
@@ -48,7 +48,7 @@ class ArchiveController(BaseController):
'_links'
:
{
'curies'
:
[{
'name'
:
'fts'
,
'href'
:
'https://
svnwe
b.cern.ch/
trac
/fts3'
'href'
:
'https://
gitla
b.cern.ch/
fts
/fts3'
}],
'fts:archivedJob'
:
{
'href'
:
'/archive/{id}'
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment