Skip to content

Fix broken link to chroma directory in README #45

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

Merged
merged 1 commit into from
Jul 18, 2025

Conversation

kchr
Copy link
Contributor

@kchr kchr commented Jul 12, 2025

Pull request template

Includes a correction for a link to the chroma directory in the repository.

Type of changes

  • CI
  • Bugfix
  • Feature
  • Generic maintenance tasks
  • Documentation content changes
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no URL changes)
  • Improving the performance of the project (not introducing new features)
  • Other (please describe):

Issue Number: N/A

What is the current behavior?

The URL for the current link is https://github.com/z-shell/F-Sy-H/tree/main/%E2%86%92chroma, which is incorrect as this directory does not exist in the repository.

The URL includes encoding for the character (right arrow), probably entered by mistake.

What is the new behavior?

The correct URL for the directory is https://github.com/z-shell/F-Sy-H/tree/main/chroma.

The README has been updated accordingly.

Does this introduce a breaking change?

  • Yes
  • No

Other information

N/A

@ss-o ss-o added fix ⚡ Has been fixed and is therefore considered resolved. documentation 📝 Solely about the documentation of the project. labels Jul 18, 2025
@ss-o ss-o self-assigned this Jul 18, 2025
@ss-o ss-o requested a review from Copilot July 18, 2025 19:55
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR fixes a broken link in the README documentation that incorrectly included URL encoding for a right arrow character () in the path to the chroma directory.

  • Corrected the URL from %E2%86%92chroma to chroma to properly link to the existing directory
  • Fixed documentation link that was previously pointing to a non-existent path

@ss-o ss-o merged commit f5af74a into z-shell:main Jul 18, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation 📝 Solely about the documentation of the project. fix ⚡ Has been fixed and is therefore considered resolved.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants