From 9e5a53db599f302d361d9fdb33b23fa716e9667a Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 2 Feb 2026 18:02:21 +0100 Subject: [PATCH] README: Update pre-apache repo link previous link is no longer accessible --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 68a439d3f094..a73b134d9098 100644 --- a/README.md +++ b/README.md @@ -161,8 +161,8 @@ This gives you just few log entries including the initial checkin and change of the file headers to Apache. But then the magic comes: ```bash -$ git remote add emilian https://github.com/emilianbold/netbeans-releases.git -$ git fetch emilian # this takes a while, the history is huge! +$ git remote add archive https://github.com/codelerity/netbeans-releases.git +$ git fetch archive # this takes a while, the history is huge! $ git replace 6daa72c98 32042637 # the 1st donation $ git replace 6035076ee 32042637 # the 2nd donation ``` @@ -174,6 +174,6 @@ $ git log platform/uihandler/arch.xml $ git blame platform/uihandler/arch.xml ``` -Many thanks to Emilian Bold who converted the ancient history to his -[Git repository](https://github.com/emilianbold/netbeans-releases) -and made the magic possible! +You can browse the archived repo [here](https://github.com/codelerity/netbeans-releases). + +Many thanks to Emilian Bold who created the original archive repository.