Skip to content

Commit

Permalink
Merge pull request #31 from PierreDillard/glossary_fix
Browse files Browse the repository at this point in the history
Update glossary links
  • Loading branch information
nlsdvl authored Dec 16, 2024
2 parents 6677f17 + 22c006d commit 5f75136
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/glossary/source.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ gpac -i input.mp4 -o output.mp4
- **options**: Additional parameters to control the behavior of the source filter (e.g., loop, start time).

## See Also
- [Input](input)
- [Filter](filter.md)

- [Decoder](decoder.md)

2 changes: 1 addition & 1 deletion docs/javascripts/modalFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ function setModalContent(modalTitle, modalDefinition, modalLink, keyword, defini
descriptionText = definition.description;
}

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

modalTitle.textContent = keyword;
Expand Down

0 comments on commit 5f75136

Please sign in to comment.