mirror of
https://github.com/tlsnotary/website.git
synced 2026-04-06 03:01:39 -04:00
Fixed link
This commit is contained in:
@@ -15,10 +15,9 @@
|
||||
<script>
|
||||
window.onload = () => {
|
||||
window.ui = SwaggerUIBundle({
|
||||
url: 'https://raw.githubusercontent.com/tlsnotary/tlsn/main/crates/notary/server/openapi.yaml#/',
|
||||
url: 'https://raw.githubusercontent.com/tlsnotary/tlsn/refs/tags/v0.1.0-alpha.12/crates/notary/server/openapi.yaml#/',
|
||||
dom_id: '#swagger-ui',
|
||||
});
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</body>
|
||||
Reference in New Issue
Block a user