Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix links in docs/README*.md #1941

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ cd ~/Arduino/libraries/IRremoteESP8266 && git pull
```

## Contributing
If you want to [contribute](.github/CONTRIBUTING.md#how-can-i-contribute) to this project, consider:
- [Reporting](.github/CONTRIBUTING.md#reporting-bugs) bugs and errors
If you want to [contribute](../.github/CONTRIBUTING.md#how-can-i-contribute) to this project, consider:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes in this file would break the main page links, that is when you don't look at the specific file.

Does any other project have any kind of fix for this, or do we need absolute paths?

- [Reporting](../.github/CONTRIBUTING.md#reporting-bugs) bugs and errors
- Ask for enhancements
- Improve our documentation
- [Creating issues](.github/CONTRIBUTING.md#reporting-bugs) and [pull requests](.github/CONTRIBUTING.md#pull-requests)
- [Creating issues](../.github/CONTRIBUTING.md#reporting-bugs) and [pull requests](../.github/CONTRIBUTING.md#pull-requests)
- Tell other people about this library

## Contributors
Available [here](.github/Contributors.md)
Available [here](../.github/Contributors.md)

## Library History
This library was originally based on Ken Shirriff's work (https://github.com/shirriff/Arduino-IRremote/)
Expand Down
8 changes: 4 additions & 4 deletions docs/README_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,15 +41,15 @@ cd ~/Arduino/libraries/IRremoteESP8266 && git pull
```

## Mithelfen
Anregungen für die [Mithilfe](.github/CONTRIBUTING.md#how-can-i-contribute) am Projekt:
- Das [Melden](.github/CONTRIBUTING.md#reporting-bugs) von Bugs und Fehlern
Anregungen für die [Mithilfe](../.github/CONTRIBUTING.md#how-can-i-contribute) am Projekt:
- Das [Melden](../.github/CONTRIBUTING.md#reporting-bugs) von Bugs und Fehlern
- Das Einreichen von Verbesserungs- und Erweiterungsvorschlägen
- Das Erstellen und Verbessern der Dokumentation
- Das [Melden von Problemen](.github/CONTRIBUTING.md#reporting-bugs) und Einreichen von [Pull-Requests](.github/CONTRIBUTING.md#pull-requests)
- Das [Melden von Problemen](../.github/CONTRIBUTING.md#reporting-bugs) und Einreichen von [Pull-Requests](../.github/CONTRIBUTING.md#pull-requests)
- Anderen Leuten von dieser Bibliothek erzählen

## Beitragende
Die Beitragenden sind [hier](.github/Contributors.md) aufgelistet.
Die Beitragenden sind [hier](../.github/Contributors.md) aufgelistet.

## Historie der Bibliothek
Diese Bibliothek basiert auf Ken Shirriff's Vorarbeit (https://github.com/shirriff/Arduino-IRremote/).
Expand Down
8 changes: 4 additions & 4 deletions docs/README_fr.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,15 @@ cd ~/Arduino/libraries/IRremoteESP8266 && git pull
```

## Contribution
Si vous voulez [contribuer](.github/CONTRIBUTING.md#how-can-i-contribute) au projet, pour les erreurs:
- [Reporting](.github/CONTRIBUTING.md#reporting-bugs) bug et erreurs
Si vous voulez [contribuer](../.github/CONTRIBUTING.md#how-can-i-contribute) au projet, pour les erreurs:
- [Reporting](../.github/CONTRIBUTING.md#reporting-bugs) bug et erreurs
- Demander des améliorations
- Améliorer notre documentation
- [Création d'issues](.github/CONTRIBUTING.md#reporting-bugs) et [pull requests](.github/CONTRIBUTING.md#pull-requests)
- [Création d'issues](../.github/CONTRIBUTING.md#reporting-bugs) et [pull requests](../.github/CONTRIBUTING.md#pull-requests)
- Parlez de cettre librairie à d'autres personnes

## Contributeurs
disponible [ici](.github/Contributors.md)
disponible [ici](../.github/Contributors.md)

## Historique de la bibliothèque
Elle est basée sur le travail de Shirriff (https://github.com/shirriff/Arduino-IRremote/)
Expand Down