-
Notifications
You must be signed in to change notification settings - Fork 72
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
fix(apidoc): repair generated links #514
Conversation
Codecov Report
@@ Coverage Diff @@
## master #514 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 33 33
Lines 1256 1256
Branches 302 302
=========================================
Hits 1256 1256
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
0498d57
to
d47f843
Compare
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.
Maybe we can change InfluxDB's links to latest
version.
LGTM 🍻
packages/core/src/query/flux.ts
Outdated
@@ -39,7 +39,7 @@ function isFluxParameterLike(value: any): boolean { | |||
|
|||
/** | |||
* Escapes content of the supplied string so it can be wrapped into double qoutes | |||
* to become a [flux string literal](https://docs.influxdata.com/flux/v0.65/language/lexical-elements/#string-literals). | |||
* to become a [flux string literal](https://docs.influxdata.com/flux/v0.x/spec/lexical-elements/#string-literals). |
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.
Maybe the latest
will be better:
* to become a [flux string literal](https://docs.influxdata.com/flux/v0.x/spec/lexical-elements/#string-literals). | |
* to become a [flux string literal](https://docs.influxdata.com/flux/latest/spec/lexical-elements/#string-literals). |
Fixes #513
Proposed Changes
Checklist
yarn test
completes successfully