Commit 59f11c1906bc7565e2aeeb9682222d8a886ca6c4
1 parent
b280a85f
Exists in
master
and in
4 other branches
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,7 +16,7 @@ def ribbon(request): | ||
16 | if not enabled: | 16 | if not enabled: |
17 | return {'ribbon': False} | 17 | return {'ribbon': False} |
18 | 18 | ||
19 | - url = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab' | 19 | + url = 'http://github.com/colab/colab' |
20 | text = _('Fork me!') | 20 | text = _('Fork me!') |
21 | 21 | ||
22 | return { | 22 | return { |