You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contributing.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -423,7 +423,7 @@ <h4 class="anchored" data-anchor-id="adding-relative-links">Adding relative link
423
423
<p>Relative links link to the <code>.qmd</code> files, never to the <code>.html</code> pages. These only exist when the pages are rendered!</p>
424
424
</div>
425
425
</div>
426
-
<p>If we were editing a topic, and we wanted to link out to a guide, we would need to use <code>../guides/example-guide.qmd</code>. This because we would be in the topic folder for that file, and need to navigate one level up (<code>../</code>) and then down into the guides folder.</p>
426
+
<p>If we were editing a topic, and we wanted to link out to a guide, we would need to use <code>../guides/example-guide.qmd</code>. This because we would be in the topic folder for that file, and need to navigate one level up (<code>../</code>) and then down into the guides folder. For topic to topic references, we do the same (<code>../topics/example-topic.qmd</code>). This ensures that the links work also when a topic is embedded into a guide directly.</p>
<p>Whenever we link to a specific guide or topic, you can also link to a specific section. This helps you point readers to what you want them to read, and helps them find the information they need.</p>
<h2class="anchored" data-anchor-id="what-does-an-editor-do">What does an editor do?</h2>
209
222
<p>Editors tie together all the strings in this VU Amsterdam community handbook. We keep a bird’s eye view to ensure that what you read makes sense. Editors also help ensure the style and quality of the different pages are similar. Editors also help keep the content relevant to the entirety of VU Amsterdam (faculty specific information is not within scope).</p>
0 commit comments