-
Notifications
You must be signed in to change notification settings - Fork 198
fix: use new CDN for errorcodes repository #1320
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
APIX Tests 1 files 88 suites 9m 36s ⏱️ Results for commit 962b763. |
Typescript Tests 6 files 56 suites 10m 51s ⏱️ Results for commit 962b763. |
zeckertG
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just one quick change
| 'https://marketplace-api.looker.com/errorcodes/live/login_404.md', | ||
| 'login', | ||
| ], | ||
| ['https://static-a.cdn.looker.app/errorcodes/live/login_404.md', 'login'], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just remove /live from this path. https://static-a.cdn.looker.app/errorcodes/login_404.md works!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FWIW the /live path could have been anything. I was testing to make sure localized error docs would also resolve to a method name.
APIX Tests 1 files 88 suites 6m 52s ⏱️ Results for commit 6779c9a. |
Typescript Tests 6 files 56 suites 9m 42s ⏱️ Results for commit 6779c9a. |
using https://static-a.cdn.looker.app instead of the old CDN