Skip to content

Commit

Permalink
fix link todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ix0rai authored Mar 3, 2024
1 parent 8d7738d commit 0165939
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/configuration/advanced-configuring/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public class ExampleModConfig extends ReflectiveConfig {
}
```

With our knowledge of processors, this is simple! You can also use the config builder to add new fields, new sections, and update metadata (TODO LINK TO METADATA PAGE), on top of changing the format and using callbacks as we've already covered.
With our knowledge of processors, this is simple! You can also use the config builder to add new fields, new sections, and update [metadata](https://wiki.quiltmc.org/en/configuration/metadata), on top of changing the format and using callbacks as we've already covered.

## Adding multiple files

Expand Down

1 comment on commit 0165939

@Cozy-GitHub
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See preview on Cloudflare Pages: https://860a6d1c.developer-wiki.pages.dev

Please sign in to comment.