diff --git a/client/src/features/ProjectPageV2/ProjectPageContent/Documentation/Documentation.tsx b/client/src/features/ProjectPageV2/ProjectPageContent/Documentation/Documentation.tsx index f6170ce280..e15ab1cc2c 100644 --- a/client/src/features/ProjectPageV2/ProjectPageContent/Documentation/Documentation.tsx +++ b/client/src/features/ProjectPageV2/ProjectPageContent/Documentation/Documentation.tsx @@ -32,6 +32,7 @@ import { } from "reactstrap"; import LazyMarkdown from "~/components/markdown/LazyMarkdown"; +import { NEW_DOCS_MARKDOWN_SYNTAX } from "~/utils/constants/NewDocs"; import RtkOrDataServicesError from "../../../../components/errors/RtkOrDataServicesError"; import { ExternalLink } from "../../../../components/LegacyExternalLinks"; import { Loader } from "../../../../components/Loader"; @@ -324,11 +325,9 @@ function DocumentationWordCount({ function MarkdownHelp() { return (
- - Markdown supported + + + Markdown supported
); diff --git a/client/src/features/landing/components/RenkuUsers/RenkuUsers.tsx b/client/src/features/landing/components/RenkuUsers/RenkuUsers.tsx index db2f2e3b79..9b6a850762 100644 --- a/client/src/features/landing/components/RenkuUsers/RenkuUsers.tsx +++ b/client/src/features/landing/components/RenkuUsers/RenkuUsers.tsx @@ -21,10 +21,10 @@ import { ReactNode } from "react"; import { Card, Col, Row } from "reactstrap"; import { + NEW_DOCS_RENKU_EVENTS, NEW_DOCS_RESEARCH, NEW_DOCS_TEACHING, } from "~/utils/constants/NewDocs"; -import { Links } from "../../../../utils/constants/Docs.js"; import educatorIcon from "../../assets/educatorIcon.svg"; import organizerIcon from "../../assets/organizerIcon.svg"; import researcherIcon from "../../assets/researcherIcon.svg"; @@ -112,7 +112,7 @@ export function RenkuUsers() { title: "Seamless Events", description: "Focus on innovation, not setup and infrastructure. Provide a consistent environment for all teams, and get participants coding and collaborating right away.", - link: Links.RENKU_2_EVENTS, + link: NEW_DOCS_RENKU_EVENTS, icon: (