Skip to content

Commit 5f75136

Browse files
authored
Merge pull request #31 from PierreDillard/glossary_fix
Update glossary links
2 parents 6677f17 + 22c006d commit 5f75136

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/glossary/source.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ gpac -i input.mp4 -o output.mp4
5353
- **options**: Additional parameters to control the behavior of the source filter (e.g., loop, start time).
5454

5555
## See Also
56-
- [Input](input)
57-
- [Filter](filter.md)
56+
5857
- [Decoder](decoder.md)
5958

docs/javascripts/modalFunctions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function setModalContent(modalTitle, modalDefinition, modalLink, keyword, defini
5151
descriptionText = definition.description;
5252
}
5353

54-
const glossaryPageUrl = `${window.location.origin}/glossary//`;
54+
const glossaryPageUrl = `${window.location.origin}/glossary/${keyword.toLowerCase()}`;
5555
const tagsPageUrl = `/tags/#${keyword.toLowerCase()}`;
5656

5757
modalTitle.textContent = keyword;

0 commit comments

Comments
 (0)