diff --git a/README.md b/README.md index 049f7cdf..199e7561 100644 --- a/README.md +++ b/README.md @@ -167,7 +167,7 @@ Here are detailed [options docs](#redoc-options-object). ## ReDoc CLI -[See here](https://github.com/Rebilly/ReDoc/blob/react-rewrite/cli/README.md) +[See here](https://github.com/Rebilly/ReDoc/blob/master/cli/README.md) ## Configuration @@ -205,7 +205,7 @@ You can use all of the following optins with standalone version on tag b * `hideLoading` - do not show loading animation. Useful for small docs * `nativeScrollbars` - use native scrollbar for sidemenu instead of perfect-scroll (scrolling performance optimization for big specs) * `hideDownloadButton` - do not show "Download" spec button. **THIS DOESN'T MAKE YOUR SPEC PRIVATE**, it just hides the button. -* `theme` - ReDoc theme. Not documented yet. For details check source code: [theme.ts](https://github.com/Rebilly/ReDoc/blob/react-rewrite/src/theme.ts) +* `theme` - ReDoc theme. Not documented yet. For details check source code: [theme.ts](https://github.com/Rebilly/ReDoc/blob/master/src/theme.ts) ## Advanced usage of standalone version Instead of adding `spec-url` attribute to the `` element you can initialize ReDoc via globally exposed `Redoc` object: diff --git a/cli/README.md b/cli/README.md index 085d3cb8..1b015ea3 100644 --- a/cli/README.md +++ b/cli/README.md @@ -16,6 +16,6 @@ Some examples: - Bundle with main color changed to `orange`:
`$ redoc-cli bundle [spec] --options.theme.colors.main=orange` - Serve with `nativeScrollbars` option set to true:
`$ redoc-cli serve [spec] --options.nativeScrollbars` -- Bundle using custom template (check [default template](https://github.com/Rebilly/ReDoc/blob/react-rewrite/cli/template.hbs) for reference):
`$ redoc-cli bundle [spec] -t custom.hbs` +- Bundle using custom template (check [default template](https://github.com/Rebilly/ReDoc/blob/master/cli/template.hbs) for reference):
`$ redoc-cli bundle [spec] -t custom.hbs` For more details run `redoc-cli --help`. \ No newline at end of file