Skip to content

Commit 1fc8830

Browse files
craig[bot]angles-n-daemons
andcommitted
Merge #147927
147927: db-console: update hot ranges link to understanding hotspots page in … r=angles-n-daemons a=angles-n-daemons …the docs Previously we pointed the "learn more" link in the hot ranges page to an older page about hotspots. This change moves that link to a newer, more up to date reference guide. Epic: none Fixes: #147926 Release note (ui change): updates the "learn more" link in the hot ranges page to point to a newer, more up to date reference guide about hotspots. Co-authored-by: Brian Dillmann <[email protected]>
2 parents 9e03a73 + 8690626 commit 1fc8830

File tree

1 file changed

+1
-3
lines changed
  • pkg/ui/workspaces/db-console/src/util

1 file changed

+1
-3
lines changed

pkg/ui/workspaces/db-console/src/util/docs.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,9 +124,7 @@ export const recomputeDocsURLs = () => {
124124
reduceStorageOfTimeSeriesDataOperationalFlags = docsURL(
125125
"operational-faqs.html#can-i-reduce-or-disable-the-storage-of-time-series-data",
126126
);
127-
performanceBestPracticesHotSpots = docsURL(
128-
"performance-best-practices-overview.html#hot-spots",
129-
);
127+
performanceBestPracticesHotSpots = docsURL("understand-hotspots.html");
130128
uiDebugPages = docsURL("ui-debug-pages.html");
131129
readsAndWritesOverviewPage = docsURLNoVersion(
132130
"architecture/reads-and-writes-overview.html#important-concepts",

0 commit comments

Comments
 (0)