Rename swift.md for consistency with _lang.md pattern (#10599)

All other language-specific guide files are named `foo_lang.md`, as
distinct from `bazel.md` which is not for an implementation language
(and should probably get its own suffix, maybe bazel_build.md, but
that's another matter).

Signed-off-by: Clarence "Sparr" Risher <clrnc@amazon.com>
This commit is contained in:
Clarence "Sparr" Risher 2023-06-26 12:51:24 -04:00 committed by GitHub
parent 6383b08d92
commit 43688a9a6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ title: Integrating a Swift project
parent: Setting up a new project
grand_parent: Getting started
nav_order: 1
permalink: /getting-started/new-project-guide/swift/
permalink: /getting-started/new-project-guide/swift-lang/
---
# Integrating a Swift project

View File

@ -100,7 +100,7 @@ Programming language the project is written in. Values you can specify include:
* [`rust`]({{ site.baseurl }}//getting-started/new-project-guide/rust-lang/)
* [`python`]({{ site.baseurl }}//getting-started/new-project-guide/python-lang/)
* [`jvm` (Java, Kotlin, Scala and other JVM-based languages)]({{ site.baseurl }}//getting-started/new-project-guide/jvm-lang/)
* [`swift`]({{ site.baseurl }}//getting-started/new-project-guide/swift/)
* [`swift`]({{ site.baseurl }}//getting-started/new-project-guide/swift-lang/)
### primary_contact, auto_ccs {#primary}
The primary contact and list of other contacts to be CCed. Each person listed gets access to ClusterFuzz, including crash reports and fuzzer statistics, and are auto-cced on new bugs filed in the OSS-Fuzz