From 4633f129729853fcf77aa075ed6296fddacb41e4 Mon Sep 17 00:00:00 2001 From: Scipio Wright Date: Thu, 7 Aug 2025 14:14:09 -0400 Subject: [PATCH] Docs: Use / instead of . for the reference to lttp's options.py (#5300) * Update options api.md * o -> O --- docs/options api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/options api.md b/docs/options api.md index c9b7c422..193d3953 100644 --- a/docs/options api.md +++ b/docs/options api.md @@ -344,7 +344,7 @@ names, and `def can_place_boss`, which passes a boss and location, allowing you your game. When this function is called, `bosses`, `locations`, and the passed strings will all be lowercase. There is also a `duplicate_bosses` attribute allowing you to define if a boss can be placed multiple times in your world. False by default, and will reject duplicate boss names from the user. For an example of using this class, refer to -`worlds.alttp.options.py` +`worlds/alttp/Options.py` ### OptionDict This option returns a dictionary. Setting a default here is recommended as it will output the dictionary to the