From 666f444037ebe2920912234c60b359fc122c8f83 Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Fri, 7 Apr 2023 09:11:31 -0700 Subject: [PATCH] Readme fix (#37) * fix link --- .buildkite/pipeline.yml | 2 ++ README.adoc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 .buildkite/pipeline.yml diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml new file mode 100644 index 0000000..b1f338d --- /dev/null +++ b/.buildkite/pipeline.yml @@ -0,0 +1,2 @@ +steps: + - command: zig build diff --git a/README.adoc b/README.adoc index 171c62d..fc0ca7f 100644 --- a/README.adoc +++ b/README.adoc @@ -4,4 +4,4 @@ HAL and register definitions for the RP2040. == What version of Zig to use -Right now we are following [master](https://ziglang.org/download/), but once 0.11.0 is released, we will be switching to the latest stable version of Zig. +Right now we are following https://ziglang.org/download/[master], but once 0.11.0 is released, we will be switching to the latest stable version of Zig.