diff --git a/public/humans.txt b/public/humans.txt index 3b659a8..821af45 100644 --- a/public/humans.txt +++ b/public/humans.txt @@ -4,7 +4,7 @@ # TEAM Creator: Jeff Avallone - Site: http://github.com/javallone + Site: http://gitlab.com/javallone Twitter: @javallone # THANKS diff --git a/src/components/Header/__snapshots__/test.js.snap b/src/components/Header/__snapshots__/test.js.snap index 124451a..d9ab406 100644 --- a/src/components/Header/__snapshots__/test.js.snap +++ b/src/components/Header/__snapshots__/test.js.snap @@ -15,13 +15,13 @@ exports[`Header rendering 1`] = `
Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the GitHub repository.
+Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the GitLab repository.
There are two data collection tools integrated in the app. These tools are not used to collect personal information:
Regexper and the tools used to create it are all open source. If you are concerned that the JavaScript being delivered is in any way malicious, please inspect the source by following the - GitHub repository + GitLab repository .
diff --git a/webpack.common.js b/webpack.common.js index 8993743..e663909 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -76,7 +76,7 @@ module.exports = { favicons: { appName: 'Regexper', appDescription: pkg.description, - developerURL: 'https://github.com/javallone/', + developerURL: 'https://gitlab.com/javallone/', background: '#6b6659', theme_color: '#bada55', start_url: '/',