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-18: Update Cradle Git and Help links
- 2024-01-08: Synced with upstream https://github.com/magnusmanske/cradle/commit/cc3aef8a7e5572857314db54a4a19b15a96548fe

## Syncing this fork
Expand Down
4 changes: 2 additions & 2 deletions public_html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@
<tool-navbar>
<template slot='left'>
<li class="nav-item navthing">
<a class='btn btn-outline-secondary' target='_blank' href='https://github.com/magnusmanske/cradle' tt='git'></a>
<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='#' tt='help'></a>
<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>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was trying to work out why we had to hard code it rather than push the config to the right place but now I see that it's wanting to go to the source_page and we aren't going to install instructions onto each wiki

</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