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