From 0337e72b8f425a8af8e2dd69bdfe93d3cedbf641 Mon Sep 17 00:00:00 2001 From: Matthew Mitchell Date: Sun, 7 Jan 2024 16:40:27 +0000 Subject: [PATCH] Fix README link --- coinlib/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/coinlib/README.md b/coinlib/README.md index 19aaf64..d7860fd 100644 --- a/coinlib/README.md +++ b/coinlib/README.md @@ -123,9 +123,10 @@ apt-get install -y autoconf libtool build-essential git cmake mingw-w64 Then, cross-compile a secp256k1 DLL for Windows on an Ubuntu 20.04 WSL2 instance on a Windows host with `dart run coinlib:build_wsl` or `dart run bin/build_wsl.dart` in the `coinlib` root directory, or complete the -above ["Building for Windows on Linux"](#building-for-windows-on-linux) after -installing Docker or Podman in WSL. The build can also be completed without -installing Flutter to WSL by following +above +["Cross-compiling for Windows on Linux"](#cross-compiling-for-windows-from-linux) +after installing Docker or Podman in WSL. The build can also be completed +without installing Flutter to WSL by following [bitcoin-core/secp256k1's "Cross compiling" guide](https://github.com/bitcoin-core/secp256k1?tab=readme-ov-file#cross-compiling). ## Development