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 d123c0c commit 5f88a4c
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"

Check failure on line 3 in apps/zui/src/app/core/links.ts

View workflow job for this annotation

GitHub Actions / build (ubuntu-20.04)

'currentZedTag' is assigned a value but never used. Allowed unused vars must match /^_/u
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 5f88a4c

Please sign in to comment.