Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This is then copied out of `/vendor` by a `composer` post-update/install hook an
To update this repository you need to pull the updates from the upstream and ensure our customisations are working on them. You may also need to update our magnustools fork for compatibility and then use that updated version.

## Changelog
- 2025-03-19: Remove id attribute on Help link
- 2025-03-18: Update Cradle Git and Help links
- 2024-01-08: Synced with upstream https://github.com/magnusmanske/cradle/commit/cc3aef8a7e5572857314db54a4a19b15a96548fe

Expand Down
2 changes: 1 addition & 1 deletion public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<a class='btn btn-outline-secondary' target='_blank' href='https://github.com/wbstack/cradle' tt='git'></a>
</li>
<li class="nav-item navthing">
<a id='help_page' class='btn btn-outline-info' target='_blank' href='https://www.mediawiki.org/wiki/Wikibase/Creating_and_deleting_data/en#Cradle' tt='help'></a>
<a class='btn btn-outline-info' target='_blank' href='https://www.mediawiki.org/wiki/Wikibase/Creating_and_deleting_data/en#Cradle' tt='help'></a>
</li>
<li class="nav-item navthing" id='working'>
<img src='https://upload.wikimedia.org/wikipedia/commons/c/cd/Vector_Loading_fallback.gif' />
Expand Down
Loading