Point at diagnostic group documentation on docs.swift.org

This commit is contained in:
Doug Gregor
2025-04-14 20:08:24 -07:00
parent ccce10d28b
commit 5b5a3e3d07
4 changed files with 8 additions and 8 deletions

View File

@@ -2636,7 +2636,7 @@ static void configureDiagnosticEngine(
std::string docsPath = Options.DiagnosticDocumentationPath;
if (docsPath.empty()) {
// Point at the latest Markdown documentation on GitHub.
docsPath = "https://github.com/swiftlang/swift/tree/main/userdocs/diagnostics";
docsPath = "https://docs.swift.org/compiler/documentation/diagnostics";
}
Diagnostics.setDiagnosticDocumentationPath(docsPath);