change all GitHub links to Gab's GitLab at code.gab.com

This commit is contained in:
robcolbert
2019-07-03 13:26:13 -04:00
parent ddae395f91
commit 1ef1a3881d
18 changed files with 101 additions and 90 deletions

View File

@@ -33,11 +33,11 @@ module GabSocial
end
def repository
ENV.fetch('GITHUB_REPOSITORY') { 'gab-ai-inc/gab-social' }
ENV.fetch('GITHUB_REPOSITORY') { 'gab/social/gab-social' }
end
def source_base_url
ENV.fetch('SOURCE_BASE_URL') { "https://github.com/#{repository}" }
ENV.fetch('SOURCE_BASE_URL') { "https://code.gab.com/#{repository}" }
end
# specify git tag or commit hash here