Update webwork.maa.org links.#2902
Merged
pstaabp merged 1 commit intoopenwebwork:developfrom Feb 6, 2026
Merged
Conversation
In most cases the `webwork.maa.org` links have been updated to their new
locations. However, there are some exceptions and other things noted
below.
In addition to updating links in the `README.md` file, the file was
generally cleaned up and issues reported by markdown lint fixed.
For example, a markdown file must have a single top level header and it
must be the first line of the file. So the `Welcome to WeBWorK` header
was moved before the license. I would actually like to remove the
license from the file as well. It is not standard practice to include
that here. It is in the `LICENSE` file. That should be enough. Perhaps
a link to the license could be here instead?
Also, the bare links were replaced with markdown links with link text
instead of directly showing the URL.
The `webwork.maa.org` links in the files in the
`courses.dist/modelCourse/templates/setDemo` directory were not updated.
I have another plan for the `Demo` set that will be in a future pull
request.
The `$webworkURLs{docs}` configuration variable (in `defaults.config`)
was not updated, but was deleted. The only place that was used was to
pass that to PG in `lib/WeBWorK/Utils/Rendering.pm`. However, PG
doesn't use that. So that usage was removed as well.
somiaj
approved these changes
Feb 4, 2026
pstaabp
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In most cases the
webwork.maa.orglinks have been updated to their new locations. However, there are some exceptions and other things noted below.In addition to updating links in the
README.mdfile, the file was generally cleaned up and issues reported by markdown lint fixed.For example, a markdown file must have a single top level header and it must be the first line of the file. So the
Welcome to WeBWorKheader was moved before the license. I would actually like to remove the license from the file as well. It is not standard practice to include that here. It is in theLICENSEfile. That should be enough. Perhaps a link to the license could be here instead?Also, the bare links were replaced with markdown links with link text instead of directly showing the URL.
The
webwork.maa.orglinks in the files in thecourses.dist/modelCourse/templates/setDemodirectory were not updated. I have another plan for theDemoset that will be in a future pull request.The
$webworkURLs{docs}configuration variable (indefaults.config) was not updated, but was deleted. The only place that was used was to pass that to PG inlib/WeBWorK/Utils/Rendering.pm. However, PG doesn't use that. So that usage was removed as well.