Helixform / TeleGPT

An out-of-box ChatGPT bot for Telegram.
https://icystudio.github.io/TeleGPT/telegpt_core
MIT License
237 stars 14 forks source link

Fix typos in links within README.md and src/lib.rs #23

Open t4nature opened 6 months ago

t4nature commented 6 months ago

Summary

This pull request fixes an incorrect link in the README file and src/lib.rs that leads to the project documentation. Previously, the link may direct users to a non-existent page due to a typo in the URL.

Changes Made

Reason for Change

The incorrect link could potentially confuse or frustrate users and contributors who are trying to access the documentation. Fixing this link improves the onboarding experience and ensures that the documentation is easily accessible.

Testing Instructions

  1. Navigate to the README.md file and src/lib.rs in the repository.
  2. Click on the corrected link to ensure it leads to the correct documentation page.
  3. The corrected links within README.md and src/lib.rs have been thoroughly tested and confirmed to lead to the correct documentation pages. Please feel free to retest to verify.

Thank you for considering this fix to improve the project's documentation access.