Skip to content

Commit

Permalink
fix: replace broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
DiamondMofeng committed May 30, 2023
1 parent b76e0b9 commit ab1dcb0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Using GreptimeDB in Grafana.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Get GreptimeDB from [Greptime's release page here](https://github.com/GreptimeTe

This plugin is currently campatiable with GreptimeDB 0.1.1-alpha.

For demostration, run it in standalone mode `./greptime standalone start`. In case of port conflicts, start with option `-c <config.toml>`. The format of `config.toml` [can be found here](https://docs.greptime.com/reference/configuration)
For demostration, run it in standalone mode `./greptime standalone start`. In case of port conflicts, start with option `-c <config.toml>`. The format of `config.toml` [can be found here](https://docs.greptime.com/user-guide/operations/configuration)

### Docker

Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Get GreptimeDB from [Greptime's release page here](https://github.com/GreptimeTe

This plugin is currently campatiable with GreptimeDB 0.1.1-alpha.

For demostration, run it in standalone mode `./greptime standalone start`. In case of port conflicts, start with option `-c <config.toml>`. The format of `config.toml` [can be found here](https://docs.greptime.com/reference/configuration)
For demostration, run it in standalone mode `./greptime standalone start`. In case of port conflicts, start with option `-c <config.toml>`. The format of `config.toml` [can be found here](https://docs.greptime.com/user-guide/operations/configuration)

### Docker

Expand Down
4 changes: 2 additions & 2 deletions src/datasource.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ export class DataSource extends DataSourceApi<GreptimeQuery, GreptimeSourceOptio
} else {
return {
status: 'error',
message: `Error code ${response.code}.
See https://docs.greptime.com/user-guide/supported-protocols/http-api#result-codes-table for more details`,
message: `Greptime error code ${response.code}.
See https://github.com/GreptimeTeam/greptimedb/blob/develop/src/common/error/src/status_code.rs for more details`,
};
}
} catch (err) {
Expand Down

0 comments on commit ab1dcb0

Please sign in to comment.