Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4039a30136
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
|
||
| Le dépôt contient plusieurs projets adaptés à différents environnements technologiques : | ||
|
|
||
| * [**`src/SmsSyncWindows`**](file:///e:/S5/chouteau/SyncSmsToDesktop/src/SmsSyncWindows) : Application de bureau native **WinUI 3** (Windows App SDK) écrite en C#/.NET 10. Elle héberge le serveur WebSocket et gère l'affichage moderne des conversations avec une base de données SQLite locale. |
There was a problem hiding this comment.
Replace machine-local file:// links with relative paths
The README now uses file:///e:/... links (for example project folders, solution file, scripts, and LICENSE), which only work on the author’s local Windows machine and are broken for users reading the repo on GitHub or cloning it elsewhere. This makes key setup/navigation instructions non-functional in the primary documentation path; use repository-relative links (e.g., src/SmsSyncWindows, WinSms.slnx, LICENSE) so they resolve in all environments.
Useful? React with 👍 / 👎.
No description provided.