Skip to content

Commit

Permalink
Modified the sample URL to use HTTPS instead of HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Jul 31, 2018
1 parent df11f9b commit 8c62e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/src/samples.js
Expand Up @@ -30,7 +30,7 @@ function samples () {
});
}

samples.url = 'http://bigstickcarpet.com/swagger-parser/www/swagger.yaml';
samples.url = 'https://bigstickcarpet.com/swagger-parser/www/swagger.yaml';

samples.text =
'swagger: "2.0"\n' +
Expand Down

0 comments on commit 8c62e51

Please sign in to comment.