vechain / thor

A general purpose blockchain highly compatible with Ethereum's ecosystem
GNU Lesser General Public License v3.0
791 stars 247 forks source link

fix: relative links don't work with a proxy #738

Closed darrenvechain closed 1 month ago

darrenvechain commented 1 month ago

Description

Changes API docs to use absolute links instead of relative links, as they break with a proxy

Type of change

How Has This Been Tested?

Start a proxy and visit the node docs

Checklist:

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 61.61%. Comparing base (0489d6a) to head (2ba1bf7). Report is 2 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #738 +/- ## ========================================== + Coverage 61.37% 61.61% +0.24% ========================================== Files 194 194 Lines 18223 18259 +36 ========================================== + Hits 11184 11250 +66 + Misses 5958 5909 -49 - Partials 1081 1100 +19 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.