From 1906bc3f1a074bdbe5e3c467e3621b3d65917c0d Mon Sep 17 00:00:00 2001 From: Rauhul Varma Date: Mon, 2 Jun 2025 08:17:21 -0700 Subject: [PATCH] Update spi yml for new docs path Embedded swift documentation is now hosted on swift.org. This commit updates the spi.yml file to point at the new host so swift package index will link to the correct site. --- .spi.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.spi.yml b/.spi.yml index bf52842a..0071e42b 100644 --- a/.spi.yml +++ b/.spi.yml @@ -1,5 +1,3 @@ version: 1 -builder: - configs: - - documentation_targets: - - EmbeddedSwift +external_links: + documentation: "https://docs.swift.org/embedded/documentation/embedded"