Skip to content

Commit

Permalink
fix from links
Browse files Browse the repository at this point in the history
  • Loading branch information
kalsky committed Sep 9, 2024
1 parent 9f8ab0f commit 33dc4e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docusaurus-prod.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,11 +115,11 @@ const config = {
},
{
to: 'https://help-archive.quali.com/Online%20Help/0.0/TestShell/Content/TSS/TSS.htm',
from: ['/2022.1.0.1858/ST/', '/2022.2.0.1470/ST/', '/2023.1.0.655/ST/', '/2023.2.0.1763/ST/', '/2023.3.0.979/ST/', '2024.1.0.2508/ST/'],
from: ['/2022.1.0.1858/ST/', '/2022.2.0.1470/ST/', '/2023.1.0.655/ST/', '/2023.2.0.1763/ST/', '/2023.3.0.979/ST/', '/2024.1.0.2508/ST/'],
},
{
to: 'https://help-archive.quali.com/Online Help/0.0/TestShell/Content/TSR/Tst-Run.htm',
from: ['/2022.1.0.1858/RUN/', '/2022.2.0.1470/RUN/', '/2023.1.0.655/RUN/', '/2023.2.0.1763/RUN/', '/2023.3.0.979/RUN/', '2024.1.0.2508/RUN/'],
from: ['/2022.1.0.1858/RUN/', '/2022.2.0.1470/RUN/', '/2023.1.0.655/RUN/', '/2023.2.0.1763/RUN/', '/2023.3.0.979/RUN/', '/2024.1.0.2508/RUN/'],
},
],
createRedirects(existingPath) {
Expand Down

0 comments on commit 33dc4e5

Please sign in to comment.