diff --git a/.github/workflows/markdown-link-check-config.json b/.github/workflows/markdown-link-check-config.json index beede2705c..97afeecfbd 100644 --- a/.github/workflows/markdown-link-check-config.json +++ b/.github/workflows/markdown-link-check-config.json @@ -5,6 +5,9 @@ }, { "pattern": "^https://suricata.io" + }, + { + "pattern": "^https://github.com/brimdata/super/blob/main/scripts/super-cmd-perf/queries/search" } ], "retryOn429": true, diff --git a/docs/README.md b/docs/README.md index 88447c6b0c..f6e1c646c5 100644 --- a/docs/README.md +++ b/docs/README.md @@ -88,7 +88,7 @@ or connections to [schema registries](https://docs.confluent.io/platform/current/schema-registry/index.html). A SuperDB data lake is completely self-contained, requiring no auxiliary databases -(like the [Hive metastore](https://cwiki.apache.org/confluence/display/hive/design)) +(like the [Hive metastore](https://hive.apache.org/development/gettingstarted)) or other third-party services to interpret the lake data. Once copied, a new service can be instantiated by pointing a `super db serve` at the copy of the lake. diff --git a/docs/commands/super.md b/docs/commands/super.md index e7c72df485..57b2c62f00 100644 --- a/docs/commands/super.md +++ b/docs/commands/super.md @@ -793,7 +793,7 @@ WHERE id LIKE '%in case you have any feedback 😊%' OR payload.member.type LIKE '%in case you have any feedback 😊%' ``` There are 486 such fields. You can review the entire query in -[`search+.sql`](https://github.com/brimdata/super/blob/main/scripts/super-cmd-perf/search%2B.sql). +[`search+.sql`](https://github.com/brimdata/super/blob/main/scripts/super-cmd-perf/queries/search%2B.sql). In SuperSQL, `grep` allows for a much shorter query. ```sql