From 89fcd84f9f21f66c4b9053a4d7d0cdf8473ca4f4 Mon Sep 17 00:00:00 2001 From: YOSHIDA Katsuhiko Date: Thu, 28 Apr 2022 22:34:33 +0900 Subject: [PATCH] Replace git.io URL (#17501) --- .github/workflows/codeql-analysis.yml | 2 +- spec/models/podcast_spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index d98ac5401..7447d34cd 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,7 +48,7 @@ jobs: uses: github/codeql-action/autobuild@v2 # â„šī¸ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl + # 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun # âœī¸ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project diff --git a/spec/models/podcast_spec.rb b/spec/models/podcast_spec.rb index 4d2278f60..12363126e 100644 --- a/spec/models/podcast_spec.rb +++ b/spec/models/podcast_spec.rb @@ -37,7 +37,7 @@ RSpec.describe Podcast, type: :model do # Couldn't use shoulda uniqueness matchers for these tests because: # Shoulda uses `save(validate: false)` which skips validations # So an invalid record is trying to be saved but fails because of the db constraints - # https://git.io/fjg2g + # https://github.com/thoughtbot/shoulda-matchers/blob/9f0def1/lib/shoulda/matchers/active_record/validate_uniqueness_of_matcher.rb#L549-L552 it "validates slug uniqueness" do podcast2 = build(:podcast, slug: podcast.slug)