Skip to content

Commit 39b8123

Browse files
Update README file.
Signed-off-by: Eng. Ali Kazemi <[email protected]>
1 parent 5cd8198 commit 39b8123

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
<img src="https://img.shields.io/badge/Qdrant-Vector_DB-953da1" alt="Qdrant">
1414
<br>
1515
<img src="https://img.shields.io/badge/License-MPL_2.0-blue.svg" alt="License: MPL 2.0">
16-
<img src="https://img.shields.io/github/issues/Eng-AliKazemi/PFS" alt="GitHub issues">
17-
<img src="https://img.shields.io/github/discussions/Eng-AliKazemi/PFS" alt="GitHub discussions">
18-
<br>
16+
<img src="https://img.shields.io/github/issues/PFS-AI/PFS" alt="GitHub issues">
17+
<img src="https://img.shields.io/github/discussions/PFS-AI/PFS" alt="GitHub discussions">
18+
<br>
1919
<a href="https://sonarcloud.io/summary/new_code?id=Eng-AliKazemi_PFS"><img src="https://sonarcloud.io/api/project_badges/measure?project=Eng-AliKazemi_PFS&metric=alert_status" alt="Quality Gate Status"></a>
2020
<a href="https://sonarcloud.io/summary/new_code?id=Eng-AliKazemi_PFS"><img src="https://sonarcloud.io/api/project_badges/measure?project=Eng-AliKazemi_PFS&metric=security_rating" alt="Security Rating"></a>
2121
<a href="https://sonarcloud.io/summary/new_code?id=Eng-AliKazemi_PFS"><img src="https://sonarcloud.io/api/project_badges/measure?project=Eng-AliKazemi_PFS&metric=sqale_rating" alt="Maintainability Rating"></a>
@@ -153,7 +153,7 @@ This guide provides instructions for both regular users (via a simple installer)
153153

154154
The easiest way to install Precision File Search is to download the latest official installer for Windows.
155155

156-
[![Latest Release](https://img.shields.io/badge/Download-V1.0.15-blueviolet?style=for-the-badge)](https://github.com/Eng-AliKazemi/PFS/releases/latest)
156+
[![Latest Release](https://img.shields.io/badge/Download-V1.0.15-blueviolet?style=for-the-badge)](https://github.com/PFS-AI/PFS/releases/latest)
157157

158158
1. Click the button above to go to the latest release page.
159159
2. Under the **Assets** section, download the `PFS-SETUP_vX.X.X.exe` file.
@@ -213,7 +213,7 @@ For offline use, we recommend **Ollama** for its simplicity, speed, and compatib
213213
1. **Clone the Repository:**
214214
Open your terminal and clone the PFS repository:
215215
```bash
216-
git clone https://github.com/Eng-AliKazemi/PFS.git
216+
git clone https://github.com/PFS-AI/PFS.git
217217
cd PFS
218218
```
219219
@@ -395,8 +395,8 @@ The backend exposes a RESTful API and a WebSocket for real-time communication. T
395395
396396
We kindly request that you test the application and report any issues or suggestions.
397397
398-
- **Report Bugs:** If you encounter a bug, an error, or unexpected behavior, please [**open an issue**](https://github.com/Eng-AliKazemi/PFS/issues) on GitHub. Include steps to reproduce the problem and any relevant logs from the terminal.
399-
- **Suggest Features:** Have an idea for a new feature or an improvement to an existing one? We'd love to hear it! Please [**start a discussion**](https://github.com/Eng-AliKazemi/PFS/discussions) to share your thoughts.
398+
- **Report Bugs:** If you encounter a bug, an error, or unexpected behavior, please [**open an issue**](https://github.com/PFS-AI/PFS/issues) on GitHub. Include steps to reproduce the problem and any relevant logs from the terminal.
399+
- **Suggest Features:** Have an idea for a new feature or an improvement to an existing one? We'd love to hear it! Please [**start a discussion**](https://github.com/PFS-AI/PFS/discussions) to share your thoughts.
400400
401401
---
402402
@@ -408,7 +408,7 @@ We are excited to welcome contributions from the community! Whether it's reporti
408408
409409
* **Code Contributions:** Fixing bugs or implementing new features.
410410
* **Documentation:** Improving the README, documentation pages, or inline code comments.
411-
* **Bug Reports & Feature Requests:** Submitting detailed issues and well-thought-out ideas in the [Issues tab](https://github.com/Eng-AliKazemi/PFS/issues).
411+
* **Bug Reports & Feature Requests:** Submitting detailed issues and well-thought-out ideas in the [Issues tab](https://github.com/PFS-AI/PFS/issues).
412412
413413
414414
### 🌍 A Special Call for Translators
@@ -442,7 +442,7 @@ While these translations are a great start, they may not be perfect. We rely on
442442
1. Navigate to the `static/lang/` directory in this repository.
443443
2. Find the JSON file corresponding to your language from the list above (e.g., `es.json` for Spanish, `de.json` for German).
444444
3. Review the text values for any grammatical errors, awkward phrasing, or incorrect terminology.
445-
4. If you find something to improve, please [**open a new GitHub Issue**](https://github.com/Eng-AliKazemi/PFS/issues/new). In the issue, please include:
445+
4. If you find something to improve, please [**open a new GitHub Issue**](https://github.com/PFS-AI/PFS/issues/new). In the issue, please include:
446446
* The language file name (e.g., `de.json`).
447447
* The specific key (e.g., `"appTitleAdvanced"`).
448448
* The incorrect text and your suggested improvement.
@@ -465,7 +465,7 @@ This approach helps us:
465465
466466
**Workflow Steps:**
467467
468-
1. **Start a Discussion:** Go to the [**Discussions tab**](https://github.com/Eng-AliKazemi/PFS/discussions) and open a new topic. Clearly describe the bug you want to fix or the feature you want to add. We'll work with you to define the scope and plan.
468+
1. **Start a Discussion:** Go to the [**Discussions tab**](https://github.com/PFS-AI/PFS/discussions) and open a new topic. Clearly describe the bug you want to fix or the feature you want to add. We'll work with you to define the scope and plan.
469469
470470
2. **Fork & Branch:** Once the idea is discussed and agreed upon, fork the repository and create a new branch for your work.
471471
```bash

0 commit comments

Comments
 (0)