Skip to content

Commit b368d15

Browse files
authored
Update how to find download links (#83)
Build artifacts now need to be dug up on the actions page on GitHub. This update changes the text on the home page accordingly.
1 parent ccc50d5 commit b368d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The current application only includes a simple [onboarding process]({{ '/first-u
5959
- Pull requests are likely set to signet, the switch to mainnet will come soon
6060

6161
#### Test the latest code
62-
This is the latest code that has been reviewed and merged code, but not a milestone, tag, or release. Find the download link for your operating system [here](https://github.com/bitcoin-core/gui-qml/tree/main/src/qml#bitcoin-core-qml-gui).
62+
This is the latest code that has been reviewed and merged code, but not a milestone, tag, or release. Navigate to the [Actions page](https://github.com/bitcoin-core/gui-qml/actions) no GitHub. Find the latest successful "Merge" entry. Scroll down to artifacts and download the one for your operating system.
6363

6464
##### A note for Apple Silicon macOS devices
6565

@@ -69,7 +69,7 @@ The application file must be signed before it can be run. Then right-click the f
6969

7070
#### Test work-in-progress
7171

72-
Pull requests include work-in-progress code and features that have not been finalized and reviewed yet. You may help test these updates by finding a pull request you are interested in (find the full list [here](https://github.com/bitcoin-core/gui-qml/pulls)) and using the respective download link in the top comment. If you provide comments on these, focus on the specific part of the application that the pull request is about.
72+
Pull requests include work-in-progress code and features that have not been finalized and reviewed yet. You may help test these updates by finding a pull request you are interested in (find the full list [here](https://github.com/bitcoin-core/gui-qml/pulls)), finding the latest successful build on the [Actions page](https://github.com/bitcoin-core/gui-qml/actions), and using the respective download link for your operating system. If you provide comments on these, focus on the specific part of the application that the pull request is about.
7373

7474
#### How to provide feedback
7575

0 commit comments

Comments
 (0)