Skip to content

Commit b341642

Browse files
authored
Update index.html (#74)
Match the `beacon-apis` config to see if this fixes the failure to load the API config
1 parent fb1b319 commit b341642

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
// Begin Swagger UI call region
4949
const ui = SwaggerUIBundle({
5050
urls: [
51-
{ url: "https://github.com/ethereum/builder-specs/releases/download/v0.3.0/builder-oapi.yaml", name: "v0.3.0" },
52-
{ url: "https://github.com/ethereum/builder-specs/releases/download/v0.2.0/builder-oapi.yaml", name: "v0.2.0" },
53-
{ url: "https://github.com/ethereum/builder-specs/releases/download/v0.1.0/builder-oapi.yaml", name: "v0.1.0" },
54-
{ url: "https://github.com/ethereum/builder-specs/releases/download/v0.0.0/builder-oapi.yaml", name: "v0.0.0" },
51+
{ url: "./releases/v0.3.0/builder-oapi.yaml", name: "v0.3.0" },
52+
{ url: "./releases/v0.2.0/builder-oapi.yaml", name: "v0.2.0" },
53+
{ url: "./releases/v0.1.0/builder-oapi.yaml", name: "v0.1.0" },
54+
{ url: "./releases/v0.0.0/builder-oapi.yaml", name: "v0.0.0" },
5555
{ url: "./builder-oapi.yaml", name: "dev" }
5656
],
5757
basePath: "/",

0 commit comments

Comments
 (0)