This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/main by this push:
     new 3395f4b17 [doc] Fix markdown links in BUILD.md (#3313)
3395f4b17 is described below

commit 3395f4b17ca16ce9c549839546e140b554b159d5
Author: Benedikt Werner <[email protected]>
AuthorDate: Mon Feb 17 09:31:39 2025 +0100

    [doc] Fix markdown links in BUILD.md (#3313)
---
 BUILD.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/BUILD.md b/BUILD.md
index 5943abefe..3fc7ed001 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -43,7 +43,7 @@ The working directory in the container is mounted from your 
host. This
 allows you to access the files in your Avro development tree from the
 Docker container.
 
-There are some additional `DOCKER_` environment variables described in 
+There are some additional `DOCKER_` environment variables described in
 [build.sh](./build.sh) that can be used to interact with the image using
 the build script. Some examples:
 
@@ -64,13 +64,13 @@ Requirement:
  - [Visual Studio Code](https://code.visualstudio.com/)
  - [Remote Development extension 
pack](https://aka.ms/vscode-remote/download/extension)
  - Docker
-   - Windows: (Docker Desktop)[https://www.docker.com/products/docker-desktop]
-   - macOS: (Docker Desktop)[https://www.docker.com/products/docker-desktop]
-   - Linux: (Docker 
CE/EE)[https://docs.docker.com/install/#supported-platforms] and (Docker 
Compose)[https://docs.docker.com/compose/install]
+   - Windows: [Docker Desktop](https://www.docker.com/products/docker-desktop)
+   - macOS: [Docker Desktop](https://www.docker.com/products/docker-desktop)
+   - Linux: [Docker 
CE/EE](https://docs.docker.com/install/#supported-platforms) and [Docker 
Compose](https://docs.docker.com/compose/install)
 
 Useful links:
- - (Developing inside a 
Container)[https://code.visualstudio.com/docs/remote/containers]
- - (Going further with Dev 
Containers)[https://microsoft.github.io/code-with-engineering-playbook/developer-experience/going-further/]
+ - [Developing inside a 
Container](https://code.visualstudio.com/docs/remote/containers)
+ - [Going further with Dev 
Containers](https://microsoft.github.io/code-with-engineering-playbook/developer-experience/going-further/)
 
 ## Building
 

Reply via email to