Skip to content

Commit

Permalink
fix: broken readme link (#899)
Browse files Browse the repository at this point in the history
## Description

Fixes a broken path as reported by @philcole09
  • Loading branch information
mjnagel authored Oct 11, 2024
1 parent df7d427 commit 6e47b11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ uds deploy k3d-core-slim-dev:0.28.0

#### Developing UDS Core

UDS Core development leverages the `uds zarf dev deploy` command. For convenience, a UDS Task is provided to setup the environment. You'll need to have [NodeJS](https://nodejs.org/en/download/) 20 or later installed to continue. Here's an example of a flow developing the [identity-authorization layer](./package/identity-authorization/README.md):
UDS Core development leverages the `uds zarf dev deploy` command. For convenience, a UDS Task is provided to setup the environment. You'll need to have [NodeJS](https://nodejs.org/en/download/) 20 or later installed to continue. Here's an example of a flow developing the [identity-authorization layer](./packages/identity-authorization/README.md):

```bash
# Create the dev environment
Expand Down

0 comments on commit 6e47b11

Please sign in to comment.