From 59f11c1906bc7565e2aeeb9682222d8a886ca6c4 Mon Sep 17 00:00:00 2001 From: Lucas Kanashiro Date: Tue, 17 Nov 2015 16:58:52 -0200 Subject: [PATCH] home: fix ribbon url --- colab/home/context_processors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/colab/home/context_processors.py b/colab/home/context_processors.py index a569bee..3e9fd45 100644 --- a/colab/home/context_processors.py +++ b/colab/home/context_processors.py @@ -16,7 +16,7 @@ def ribbon(request): if not enabled: return {'ribbon': False} - url = 'http://beta.softwarepublico.gov.br/gitlab/softwarepublico/colab' + url = 'http://github.com/colab/colab' text = _('Fork me!') return { -- libgit2 0.21.2