Skip to content

Commit

Permalink
Merge pull request #207 from HicaroD/master
Browse files Browse the repository at this point in the history
fix: broken link to `File Suffixes` section
  • Loading branch information
gingerBill authored May 29, 2024
2 parents f4307a8 + cc260c4 commit 56ba2d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2871,7 +2871,7 @@ You can read up further on [Built-in procedures](#configidentifer-default) here.
This feature allows you to cover more edge-case situations where you want some code to be compiled on several platforms.

However, overly-liberal use of this feature can make it hard to reason about what code is included or not, based on the target platform or architecture.
[File Suffixes](#File-Suffixes) are typically a nicer approach if they cover what you need.
[File Suffixes](#file-suffixes) are typically a nicer approach if they cover what you need.

For the sake of demonstration, let's take POSIX: You could use `foobar_unix.odin`, which has no special meaning to the compiler at all, and use a tag in the file itself.

Expand Down

0 comments on commit 56ba2d0

Please sign in to comment.