Skip to content

Commit

Permalink
more utms
Browse files Browse the repository at this point in the history
  • Loading branch information
mbostock committed Jun 16, 2023
1 parent fb0f578 commit 1896491
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ export default defineConfig({
siteTitle: "",
nav: [
{text: "Home", link: "/"},
{text: "Examples", link: "https://observablehq.com/@d3/gallery"},
{text: "Examples", link: "https://observablehq.com/@d3/gallery?utm_source=d3js-org&utm_medium=nav&utm_campaign=try-observable"},
{text: "Community", link: "/community"},
{text: "Plot", link: "https://observablehq.com/plot"}
{text: "Plot", link: "https://observablehq.com/plot?utm_source=d3js-org&utm_medium=nav&utm_campaign=try-observable"}
],
sidebar: [
{
Expand Down
6 changes: 3 additions & 3 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ hero:
link: /what-is-d3
- theme: alt
text: Examples
link: https://observablehq.com/@d3/gallery
link: https://observablehq.com/@d3/gallery?utm_source=d3js-org&utm_medium=hero&utm_campaign=try-observable

features:
- title: Selections and transitions
Expand All @@ -56,11 +56,11 @@ features:
link: /d3-array
- title: Powering Observable Plot
details: The D3 team also builds Observable Plot, a high-level API for quick charts built on top of D3.
link: https://observablehq.com/plot
link: https://observablehq.com/plot?utm_source=d3js-org&utm_medium=features&utm_campaign=try-observable
linkText: Try Observable Plot
- title: Built by Observable
details: D3 is developed by Observable, the platform for collaborative data analysis.
link: https://observablehq.com
link: https://observablehq.com?utm_source=d3js-org&utm_medium=features&utm_campaign=try-observable
linkText: Visit Observable
---

Expand Down

0 comments on commit 1896491

Please sign in to comment.