Skip to content

Commit 58c7733

Browse files
authored
Merge pull request #17 from ReLive27/main
🔧 fix: use raw.githubusercontent.com to avoid GitHub Pages 403
2 parents 22d66ce + 9f1042f commit 58c7733

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)