Martin Gruner 3 лет назад
Родитель
Сommit
f5b385fcf9

+ 1 - 1
.gitlab/merge_request_templates/Default.md

@@ -86,7 +86,7 @@ This MR does not require any follow-up.
 
 - [ ] Implementation satisfies specification
 - [ ] Changes confirmed by manual testing
-- [ ] [Code style](https://git.znuny.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
+- [ ] [Code style](https://git.zammad.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
 - [ ] Performance will not degrade
 - [ ] Code is properly covered with tests
 - If follow-up by the documentation team is needed:

+ 1 - 1
.gitlab/merge_request_templates/new_tech_stack_application_feature.md

@@ -19,5 +19,5 @@
 
 - [ ] Implementation satisfies specification
 - [ ] Changes confirmed by manual testing
-- [ ] [Code style](https://git.znuny.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
+- [ ] [Code style](https://git.zammad.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
 - [ ] Code is properly covered with tests

+ 1 - 1
.gitlab/merge_request_templates/new_tech_stack_core_feature.md

@@ -13,5 +13,5 @@
 
 - [ ] Implementation satisfies specification
 - [ ] Changes confirmed by manual testing
-- [ ] [Code style](https://git.znuny.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
+- [ ] [Code style](https://git.zammad.com/zammad/zammad/-/wikis/Coding-style-guide) is appropriate
 - [ ] Code is properly covered with tests

+ 1 - 1
Gemfile

@@ -239,5 +239,5 @@ end
 #               without having your changes overwritten during upgrades.)
 # ZAMMAD DEVS:  Consult the internal wiki
 #               (or else risk pushing unwanted changes to Gemfile.lock!)
-#               https://git.znuny.com/zammad/zammad/wikis/Tips#user-content-customizing-the-gemfile
+#               https://git.zammad.com/zammad/zammad/wikis/Tips#user-content-customizing-the-gemfile
 eval_gemfile 'Gemfile.local' if File.exist?('Gemfile.local')

+ 1 - 1
spec/models/channel/driver/twitter_spec.rb

@@ -15,7 +15,7 @@ RSpec.describe Channel::Driver::Twitter, required_envs: %w[TWITTER_CONSUMER_KEY
 
     let(:payload) { YAML.safe_load(File.read(payload_file), [ActiveSupport::HashWithIndifferentAccess]) }
 
-    # https://git.znuny.com/zammad/zammad/-/issues/305
+    # https://git.zammad.com/zammad/zammad/-/issues/305
     shared_examples 'for user processing' do
       let(:sender_attributes) do
         {

+ 1 - 1
test/unit/user_assets_test.rb

@@ -10,7 +10,7 @@
 # see lines 75:83:91:109:123:131:139 of this file).
 #
 # This omission is discussed in detail in
-# https://git.znuny.com/zammad/zammad/merge_requests/363
+# https://git.zammad.com/zammad/zammad/merge_requests/363
 
 require 'test_helper'