Skip to content

Commit

Permalink
Point to Zed v1.11.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz committed Nov 11, 2023
1 parent 719d262 commit 3875ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/zui/src/app/core/links.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import pkg from "../../../package.json"

const currentZedTag = pkg.devDependencies.zed.split("#")[1] || "main"
const zedDocsTag = currentZedTag.startsWith("v") ? currentZedTag : "next"
const zedDocsTag = "v1.11.0"

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

0 comments on commit 3875ee2

Please sign in to comment.