Skip to content

Commit 2d05ea3

Browse files
authored
Merge pull request #8885 from SukkaW/replace-git-io-link
2 parents 800e4ea + 0c4885c commit 2d05ea3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
# uses: github/codeql-action/autobuild@main
5050

5151
# ℹ️ Command-line programs to run using the OS shell.
52-
# 📚 https://git.io/JvXDl
52+
# 📚 https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
5353

5454
# ✏️ If the Autobuild fails above, remove it and uncomment the following three lines
5555
# and modify them (or add more) to build your code if your project

ruby/extractor/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ fn main() -> std::io::Result<()> {
8585
.unwrap_or_else(|_| tracing_subscriber::EnvFilter::new("ruby_extractor=warn")),
8686
)
8787
.init();
88-
tracing::warn!("Support for Ruby is currently in Beta: https://git.io/codeql-language-support");
88+
tracing::warn!("Support for Ruby is currently in Beta: https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/");
8989
let num_threads = num_codeql_threads();
9090
tracing::info!(
9191
"Using {} {}",

0 commit comments

Comments
 (0)