Skip to content

Commit

Permalink
Fixed links to assets repository.
Browse files Browse the repository at this point in the history
  • Loading branch information
breuera committed Mar 13, 2019
1 parent 238eee0 commit d9944a0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@
]

extlinks = {
'edge_git': ( 'https://github.com/3343/edge/%s', None ),
'edge_usr_git': ( 'https://github.com/3343/edge_usr/%s', None ),
'edge_usr_pub': ( 'http://usr.dial3343.org/%s', None ),
'edge_dev_git': ( 'https://github.com/3343/edge_dev/%s', None ),
'edge_dev_pub': ( 'http://dev.dial3343.org/%s', None ),
'edge_opt': ( 'https://bitbucket.com/3343/edge_opt/%s', None ),
'dial3343': ( 'http://dial3343.org/%s', None )
'edge_git': ( 'https://github.com/3343/edge/%s', None ),
'edge_usr_git': ( 'https://github.com/3343/edge_usr/%s', None ),
'edge_usr_pub': ( 'http://usr.dial3343.org/%s', None ),
'edge_dev_git': ( 'https://github.com/3343/edge_dev/%s', None ),
'edge_dev_pub': ( 'http://dev.dial3343.org/%s', None ),
'edge_opt': ( 'https://opt.dial3343.org/3343/edge_opt/tree/master/%s', None ),
'dial3343': ( 'http://dial3343.org/%s', None )
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit d9944a0

Please sign in to comment.