Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksrutins authored Dec 29, 2023
1 parent 750f231 commit eec69dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/pages/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To install it, just add it to your project's Flake inputs:
```

## Basic Usage
To build a basic app using one of the [supported languages](/reference/supported-languages.md), put a simple `flake.nix` in your project's root:
To build a basic app using one of the [supported languages](/reference/supported-languages.html), put a simple `flake.nix` in your project's root:
```nix
{
description = "My fantastic new containerized project";
Expand All @@ -33,4 +33,4 @@ To build a basic app using one of the [supported languages](/reference/supported
Now, you can build it with `nix build .#container`, and then load it into Docker (or Podman) with `docker load < result`.
> **Note:** Unfortunately, at least at the moment, this image will only work if built on Linux.
For a [custom plan](/guides/custom-plans.html), replace `build` with `buildCustomPlan`.
For a [custom plan](/guides/custom-plans.html), replace `build` with `buildCustomPlan`.

0 comments on commit eec69dd

Please sign in to comment.