Skip to content

Commit 97e248b

Browse files
authored
Fix broken relative swagger doc link (#1660)
Confirmed the following does work https://cwms-data.usace.army.mil/cwms-data/swagger-docs Without the absolute path to /cwms-data it was assuming `/cwms-data/swagger-ui/swagger-docs`
1 parent 058064c commit 97e248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cda-gui/src/links/header-links.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export default [
1717
{
1818
id: "swagger-schema",
1919
text: "Swagger Docs Schema",
20-
href: "swagger-docs",
20+
href: "/cwms-data/swagger-docs",
2121
},
2222
],
2323
},

0 commit comments

Comments
 (0)