Commit 59f11c1906bc7565e2aeeb9682222d8a886ca6c4

Authored by Lucas Kanashiro
1 parent b280a85f

home: fix ribbon url

Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com>
Signed-off-by: Tomaz Martins <tomaz.r.martins@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
colab/home/context_processors.py
... ... @@ -16,7 +16,7 @@ def ribbon(request):
16 16 if not enabled:
17 17 return {'ribbon': False}
18 18  
19   - url = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab'
  19 + url = 'http://github.com/colab/colab'
20 20 text = _('Fork me!')
21 21  
22 22 return {
... ...