Skip to content

Commit

Permalink
fix(Docs): fix incorrect documentation urls
Browse files Browse the repository at this point in the history
  • Loading branch information
vrozaev committed Nov 19, 2024
1 parent 4c13641 commit 9c4a8db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/src/ui/constants/docsUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export const docsUrls = {
'dynamic-tables:sorted_dynamic_tables#aggr_columns': `${baseUrl}/user-guide/dynamic-tables/sorted-dynamic-tables#aggr_columns`,
'problems:jobstatistics': `${baseUrl}/user-guide/problems/jobstatistics`,
'storage:formats': `${baseUrl}/user-guide/storage/formats`,
'storage:excel#skachivanie': `${baseUrl}/user-guide/storage/excel#skachivanie`,
'storage:excel': `${baseUrl}/user-guide/storage/excel`,
'storage:excel#skachivanie': `${baseUrl}/user-guide/excel#skachivanie`,
'storage:excel': `${baseUrl}/user-guide/excel`,
'faq:web_interface_table_download': `${baseUrl}/faq/faq#web_interface_table_download`,
'dynamic-tables:overview#in_memory': `${baseUrl}/user-guide/dynamic-tables/overview#in_memory`,
'storage:chunks#optimize_for': `${baseUrl}/user-guide/storage/chunks#optimize_for`,
Expand Down

0 comments on commit 9c4a8db

Please # to comment.