From c2b31e7bcca8cd28879e1b262bacf16404ce9aad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Tue, 11 Nov 2025 10:35:26 -0800 Subject: [PATCH 1/2] Update link for ignored directives in documentation --- documentation/general/dotnet-run-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/general/dotnet-run-file.md b/documentation/general/dotnet-run-file.md index a14132092ee1..806c88514f5f 100644 --- a/documentation/general/dotnet-run-file.md +++ b/documentation/general/dotnet-run-file.md @@ -411,6 +411,6 @@ Instead of implicitly including files from the target directory, the importing c [artifacts-output]: https://learn.microsoft.com/dotnet/core/sdk/artifacts-output [verbose-env]: https://learn.microsoft.com/dotnet/core/tools/dotnet-environment-variables#dotnet_cli_context_ -[ignored-directives]: https://github.com/dotnet/csharplang/blob/main/proposals/ignored-directives.md +[ignored-directives]: https://github.com/dotnet/csharplang/blob/main/csharp-14.0/ignored-directives.md [shebang]: https://en.wikipedia.org/wiki/Shebang_%28Unix%29 [temp-guidelines]: https://github.com/dotnet/runtime/blob/d0e6ce8332a514d70b635ca4829bf863157256fe/docs/design/security/unix-tmp.md From b8b6fdf9fa5791977e46d85d5db6470aceebc7a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Matou=C5=A1ek?= Date: Tue, 11 Nov 2025 10:38:14 -0800 Subject: [PATCH 2/2] Update ignored-directives link to correct version --- documentation/general/dotnet-run-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/general/dotnet-run-file.md b/documentation/general/dotnet-run-file.md index 806c88514f5f..14c5c1d7dc0a 100644 --- a/documentation/general/dotnet-run-file.md +++ b/documentation/general/dotnet-run-file.md @@ -411,6 +411,6 @@ Instead of implicitly including files from the target directory, the importing c [artifacts-output]: https://learn.microsoft.com/dotnet/core/sdk/artifacts-output [verbose-env]: https://learn.microsoft.com/dotnet/core/tools/dotnet-environment-variables#dotnet_cli_context_ -[ignored-directives]: https://github.com/dotnet/csharplang/blob/main/csharp-14.0/ignored-directives.md +[ignored-directives]: https://github.com/dotnet/csharplang/blob/c85bbf501958fa86ee2db94b14c82ee8fd2066b9/proposals/csharp-14.0/ignored-directives.md [shebang]: https://en.wikipedia.org/wiki/Shebang_%28Unix%29 [temp-guidelines]: https://github.com/dotnet/runtime/blob/d0e6ce8332a514d70b635ca4829bf863157256fe/docs/design/security/unix-tmp.md