Skip to content

Commit efc29c9

Browse files
authored
Merge pull request #9183 from mbien/readme-update-historic-repo-link_delivery
README: Update pre-apache repo link
2 parents dedef60 + 9e5a53d commit efc29c9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,8 +161,8 @@ This gives you just few log entries including the initial checkin and
161161
change of the file headers to Apache. But then the magic comes:
162162

163163
```bash
164-
$ git remote add emilian https://github.com/emilianbold/netbeans-releases.git
165-
$ git fetch emilian # this takes a while, the history is huge!
164+
$ git remote add archive https://github.com/codelerity/netbeans-releases.git
165+
$ git fetch archive # this takes a while, the history is huge!
166166
$ git replace 6daa72c98 32042637 # the 1st donation
167167
$ git replace 6035076ee 32042637 # the 2nd donation
168168
```
@@ -174,6 +174,6 @@ $ git log platform/uihandler/arch.xml
174174
$ git blame platform/uihandler/arch.xml
175175
```
176176

177-
Many thanks to Emilian Bold who converted the ancient history to his
178-
[Git repository](https://github.com/emilianbold/netbeans-releases)
179-
and made the magic possible!
177+
You can browse the archived repo [here](https://github.com/codelerity/netbeans-releases).
178+
179+
Many thanks to Emilian Bold who created the original archive repository.

0 commit comments

Comments
 (0)