Skip to content

Commit 9f1042f

Browse files
committed
🔧 fix: use raw.githubusercontent.com to avoid GitHub Pages 403
1 parent d1c4abd commit 9f1042f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
77
</head>
88
<body>
9-
<redoc spec-url="./openapi/simple-auth0.yaml"></redoc>
9+
<redoc spec-url="https://raw.githubusercontent.com/SimpleAuth0/simple-auth0/main/docs/openapi/simple-auth0.yaml"></redoc>
1010
</body>
1111
</html>

0 commit comments

Comments
 (0)