From cd126f359a6a6dac4b6528e5b989bf05c9b1f44e Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Mon, 21 Oct 2024 16:41:27 +0200 Subject: [PATCH] change domain name --- .github/workflows/deploy.yml | 2 +- index.bs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b675351..404eeed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -20,6 +20,6 @@ jobs: - name: Upload to Deno Deploy uses: denoland/deployctl@v1 with: - project: "proposal-common-min-api" + project: "proposal-min-common-api" entrypoint: "https://deno.land/std@0.134.0/http/file_server.ts" root: out/ diff --git a/index.bs b/index.bs index 3b9e3dd..f5d6c57 100644 --- a/index.bs +++ b/index.bs @@ -4,7 +4,7 @@ Shortname: minimum-common-api Group: wintercg Status: w3c/CG-DRAFT Level: none -URL: https://common-min-api.proposal.wintercg.org/ +URL: https://min-common-api.proposal.wintercg.org/ Repository: https://github.com/wintercg/proposal-minimum-common-api Editor: James M Snell, Cloudflare https://cloudflare.com/, jsnell@cloudflare.com Abstract: Minimum Common Web Platform API for Non-Browser ECMAScript-based runtimes.