smartcontractkit/documentation

[Bug]: hyper-links broken on automation docs

Closed this issue · 0 comments

Describe the bug

On the Chainlink Automation Architecture page(Overview), the hyper-links are broken for:

AutomationCompatible.sol // needs to add automation folder in the path
AutomationBase.sol // needs to add automation folder in the path
AutomationCompatibleInterface.sol // needs to add automation folder in the path
AutomationRegistry1_2.sol
KeeperRegistrar.sol

I made some changes, and was going to submit a pull request. Let me know if that is ok...

To Reproduce

  1. Go to Automation Overview page
  2. under automation contracts click on the hyper-links
  3. links go to a 404 page

URLs

https://docs.chain.link/chainlink-automation/overview

Expected behavior

added automation folder to path...

expect to go to https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/automation/AutomationCompatible.sol
https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/automation/AutomationBase.sol
https://github.com/smartcontractkit/chainlink/blob/develop/contracts/src/v0.8/interfaces/automation/AutomationCompatibleInterface.sol

Additional context

No response