Skip to content

Commit d4ec571

Browse files
committed
fix docs/ link while we are serving raw Sphinx
1 parent b93e903 commit d4ec571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/About/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export default function Stats() {
9696
<div className={styles.about_video_description}>
9797
<p>
9898
Learn more about conda-forge by reading our{" "}
99-
<Link to="/docs">docs</Link> or watching the following
99+
<Link to="pathname:///docs/">docs</Link> or watching the following
100100
episode of{" "}
101101
<Link to="https://www.quansight.com/open-source-directions">
102102
Open Source Directions

0 commit comments

Comments
 (0)