fix link on api page
diff --git a/docs/api-details/api.md b/docs/api-details/api.md
index a4d7266..c2dfec8 100644
--- a/docs/api-details/api.md
+++ b/docs/api-details/api.md
@@ -8,7 +8,7 @@
 
 * [Standard API](https://raw.githubusercontent.com/apache/incubator-milagro-dta/develop/open-api.yaml) Here it is in a [Swagger UI](/swagger/index.html)
 * [Bitcoin Plugin API](https://raw.githubusercontent.com/apache/incubator-milagro-dta/develop/pkg/bitcoinplugin/open-api.yaml)
-* [Safeguard Secret API](https://raw.githubusercontent.com/apache/incubator-milagro-dta/develop/pkg/safeguardsecret/safeguardsecret-api.yaml)
+* [Safeguard Secret API](https://raw.githubusercontent.com/apache/incubator-milagro-dta/develop/pkg/safeguardsecret/open-api.yaml)
 
 ## Testing The API
 
diff --git a/website/static/swagger/index.html b/website/static/swagger/index.html
index 3b4eb60..a6e006c 100755
--- a/website/static/swagger/index.html
+++ b/website/static/swagger/index.html
@@ -39,8 +39,8 @@
     window.onload = function() {
       // Begin Swagger UI call region
       const ui = SwaggerUIBundle({        
-        url: "https://raw.githubusercontent.com/apache/incubator-milagro-dta/develop/open-api.yaml",
-        // url: "open-api.yaml",
+//        url: "https://raw.githubusercontent.com/apache/incubator-milagro-dta/develop/open-api.yaml",
+        url: "btc.yaml",
         dom_id: '#swagger-ui',
         deepLinking: true,
         presets: [