Skip to content

Commit 1383b51

Browse files
authored
Update Cradle Git and Help links (#130)
* Update Cradle Git and Help links * Update the changelog in readme file
1 parent 4728d3a commit 1383b51

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ This is then copied out of `/vendor` by a `composer` post-update/install hook an
1010
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.
1111

1212
## Changelog
13+
- 2025-03-18: Update Cradle Git and Help links
1314
- 2024-01-08: Synced with upstream https://github.com/magnusmanske/cradle/commit/cc3aef8a7e5572857314db54a4a19b15a96548fe
1415

1516
## Syncing this fork

public_html/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@
2727
<tool-navbar>
2828
<template slot='left'>
2929
<li class="nav-item navthing">
30-
<a class='btn btn-outline-secondary' target='_blank' href='https://github.com/magnusmanske/cradle' tt='git'></a>
30+
<a class='btn btn-outline-secondary' target='_blank' href='https://github.com/wbstack/cradle' tt='git'></a>
3131
</li>
3232
<li class="nav-item navthing">
33-
<a id='help_page' class='btn btn-outline-info' target='_blank' href='#' tt='help'></a>
33+
<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>
3434
</li>
3535
<li class="nav-item navthing" id='working'>
3636
<img src='https://upload.wikimedia.org/wikipedia/commons/c/cd/Vector_Loading_fallback.gif' />

0 commit comments

Comments
 (0)