Update webwork.maa.org links.
#2902
Open
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.