diff --git a/src/components/InteractiveRoadmap/topic.js b/src/components/InteractiveRoadmap/topic.js index 116ff7e73..3f12127e9 100644 --- a/src/components/InteractiveRoadmap/topic.js +++ b/src/components/InteractiveRoadmap/topic.js @@ -117,7 +117,7 @@ export class Topic { fetchTopicHtml(roadmapId, topicId) { const topicPartial = topicId.replace(/^\d+-/, '').replaceAll(/:/g, '/'); - const fullUrl = `/${roadmapId}/${topicPartial}/`; + const fullUrl = `/${roadmapId}/${topicPartial}`; return fetch(fullUrl) .then((res) => {