docs(readme): open the Persian-guide video in a new tab

Adds target="_blank" + rel="noopener noreferrer" so the click doesn't navigate the README away from the repo. The `rel` value is the conventional safety pair: `noopener` blocks the new tab from accessing `window.opener`, `noreferrer` strips the Referer header.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
therealaleph
2026-05-02 23:41:46 +03:00
parent e85e42bd98
commit e91189c4f5
+1 -1
View File
@@ -14,7 +14,7 @@
<p align="center"><b>راهنمای راه اندازی به فارسی:</b></p>
<p align="center">
<a href="https://www.youtube.com/watch?v=voCwxgvWR5U">
<a href="https://www.youtube.com/watch?v=voCwxgvWR5U" target="_blank" rel="noopener noreferrer">
<img src="https://img.youtube.com/vi/voCwxgvWR5U/maxresdefault.jpg" alt="راهنمای راه اندازی mhrv-rs به فارسی" width="560">
</a>
</p>