Skip to content

Commit

Permalink
Always point to last GA Zed docs for now (#3162)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Oct 31, 2024
1 parent 1badfa6 commit 3a55caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/zui/src/config/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import pkg from "../../package.json"
const currentZedTag = pkg.devDependencies.zed.split("#")[1] || "main"
const zedDocsTag = currentZedTag.startsWith("v")
? currentZedTag.replace(/\.\d+$/, ".0")
: "next"
: "v1.18.0" // Change back to "next" when we make the zed->super transition

export default {
ZED_DOCS_ROOT: `https://zed.brimdata.io/docs/${zedDocsTag}/commands/zed`,
Expand Down

0 comments on commit 3a55caa

Please sign in to comment.