Links are relative to the linking page's own directory
All 6 scenarios hold
expected outcome
broken scenario
| Scenario | From | From type | Target | Target type | Href? |
|---|---|---|---|---|---|
| Root index to child index | “” | index | boolean-logic | index | boolean-logic/index.html |
| Child index up to root | boolean-logic | index | “” | index | ../index.html |
| Index down to its table | boolean-logic | index | boolean-logic/and-op | table | and-op.html |
| Table up to root index | boolean-logic/and-op | table | “” | index | ../index.html |
| Table to its own index | boolean-logic/and-op | table | boolean-logic | index | index.html |
| Table to sibling table | boolean-logic/and-op | table | boolean-logic/or-op | table | or-op.html |