Skip to content

Commit 91ea1b3

Browse files
committed
fix changed nfpm links
1 parent 71ca0f5 commit 91ea1b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ndk/guide/agent-install-and-ops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ The only thing that nFPM requires of a user is to create a configuration file wi
3434

3535
### nFPM installation
3636

37-
nFPM offers many [installation options](https://nfpm.goreleaser.com/install/) for all kinds of operating systems and environments. In the course of this guide, we will use the universal [nFPM docker image](https://nfpm.goreleaser.com/install/#running-with-docker).
37+
nFPM offers many [installation options](https://nfpm.goreleaser.com/docs/install/) for all kinds of operating systems and environments. In the course of this guide, we will use the universal [nFPM docker image](https://nfpm.goreleaser.com/docs/install/#running-with-docker).
3838

3939
### nFPM configuration file
4040

4141
nFPM configuration file is the way of letting nFPM know how to build a package for the software artifacts that users created.
4242

43-
The complete list of options the `nfpm.yml` file can have is documented on the [project's site](https://nfpm.goreleaser.com/configuration/). Here we will have a look at the configuration file that is suitable for a typical NDK application written in Go.
43+
The complete list of options the `nfpm.yml` file can have is documented on the [project's site](https://nfpm.goreleaser.com/docs/configuration/). Here we will have a look at the configuration file that is suitable for a typical NDK application written in Go.
4444

4545
The file named `ndkDemo.yml` with the following contents will instruct nFPM how to build a package:
4646

0 commit comments

Comments
 (0)