Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bugfix: guide link for LTI in admin panel #620

Conversation

ascholerChemeketa
Copy link
Contributor

Fixes the link from the admin panel to the LTI section in the guide

@bnmnetp
Copy link
Member

bnmnetp commented Jan 7, 2025

Is there something I can do in terms of build configuration to keep PreTeXt from arbitrarily changing the output file name?

@ascholerChemeketa
Copy link
Contributor Author

I think the cause/fix is...
The book is building with chapters as the chunk (HTML page). Those don't have xml:id attributes. So they get numbers based on their position within the book, which does have an XML:id.

Try adding XML:id's to the chapters.

That will of course break my "fixed" link. But will be better in the long run.

@bnmnetp
Copy link
Member

bnmnetp commented Jan 7, 2025

OK, I didn't realize how inconsistent I was on adding xml:ids to chapters. The link should now be at: https://guide.runestone.academy/managing-your-course.html#lti_integration

@bnmnetp
Copy link
Member

bnmnetp commented Jan 20, 2025

I fixed this with the "new new" urls.

@bnmnetp bnmnetp closed this Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants