libredb / libredb/libredb-studio

docs/FLY.md links to a README.md anchor that does not exist

Closed
#868 2 comments 0 reactions 1 assignee Claimed by @Mehmetalpertugtekin View on GitHub
documentation good first issue
Dominant language
TypeScript
Stars
726
Forks
119
Avg merge
7h 41m
Merged PRs (30d)
284

Description

## What

docs/FLY.md links to a README.md section that does not exist.

## Where

docs/FLY.md:57:

```
See the [README](../README.md#configuration) for the list.
```

README.md has no heading that produces the anchor `#configuration`. The section actually being pointed at is the "### Environment Variables" heading, whose anchor is `#environment-variables`.

## Expected

The link resolves to the Environment Variables section.

## How to fix

Change the anchor in docs/FLY.md:57 from `#configuration` to `#environment-variables`.

## How to check

Open the rendered page and confirm the link lands on "Environment Variables" in README.md.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.