forge doc <> if a contract is imported the hyperlink to the contract html page is not right #6386
Closed
2 tasks done
Labels
T-bug
Type: bug
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
No response
What command(s) is the bug in?
forge doc --out contracts_md --serve --port 400
Operating System
macOS (Intel)
Describe the bug
If the
forge doc
command is run without enabling theout
flag the doc works as expectedCommand:
forge doc --serve --port 400
But if the
--out
flag is enabled the contracts where other contracts from the same code base are imported the doc fails to inheritCommand:
forge doc --out contracts_md --serve --port 400
To Recreate the bug
forge doc --out contracts_md --serve --port 400
Example: In dummy relay if you click the
IRelay
it gives out404
. The hyperlink is invalid.The text was updated successfully, but these errors were encountered: