-
Notifications
You must be signed in to change notification settings - Fork 531
Description
Summary
The OpenScholar link on the API Guide → Apps page points to a non‑existent GitHub path and returns 404. Please update it to the working repository path (or alternately link to OpenScholar’s user documentation).
Where
Page: API Guide → Apps → PHP → OpenScholar
Preview (from PR #11769): https://dataverse-guide--11769.org.readthedocs.build/en/11769/api/apps.html#open-ondemand-loop
dataverse-guide--11769.org.readthedocs.build
Source (apps.rst in that preview build): shows the current hard‑coded link string.
dataverse-guide--11769.org.readthedocs.build
PR context for where this was noticed: #11769.
GitHub
Steps to reproduce
Open the preview page above.
In the OpenScholar section, click the GitHub URL shown for the Dataverse module:
https://github.com/openscholar/openscholar/tree/SCHOLAR-3.x/openscholar/modules/os_features/os_dataverse
Observe that the openscholar/openscholar repo does not exist under the OpenScholar org (hence 404).
GitHub
Actual result
Link points to openscholar/openscholar/... and 404s.
Expected result
Link should point to the working repo path that contains os_dataverse, or to OpenScholar’s documentation for the Dataverse widgets.
Proposed fix (preferred)
Replace the GitHub URL with the valid path under the archived D7 distribution repo (the content is still accessible):
Working target (repo is archived but browsable): https://github.com/openscholar/d7-openscholar/tree/SCHOLAR-3.x/openscholar/modules/os_features/os_dataverse