Update git references from GitHub to Gitea repository
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<div align="center">
|
||||
<a href="https://prnt.sc/b1jhvyAX87-z" target="_blank">
|
||||
<img src="https://raw.githubusercontent.com/roman-ryzenadvanced/NanoJasonPro/main/public/screenshots/hero.png" alt="NanoJason Hero" width="800">
|
||||
<img src="https://github.rommark.dev/admin/NanoJasonPro/raw/branch/main/public/screenshots/hero.png" alt="NanoJason Hero" width="800">
|
||||
</a>
|
||||
<p><em>Click the image above or <a href="https://prnt.sc/b1jhvyAX87-z">here</a> to view the full screenshot</em></p>
|
||||
</div>
|
||||
@@ -94,7 +94,7 @@
|
||||
|
||||
1. **Clone the repository**
|
||||
```bash
|
||||
git clone https://github.com/roman-ryzenadvanced/NanoJasonPro.git
|
||||
git clone https://github.rommark.dev/admin/NanoJasonPro.git
|
||||
cd NanoJasonPro
|
||||
```
|
||||
|
||||
|
||||
@@ -725,14 +725,14 @@ export default function HomePage() {
|
||||
<h3 className="text-lg font-semibold text-gray-800 mb-4">Developed by Roman | RyzenAdvanced</h3>
|
||||
<div className="flex flex-col md:flex-row justify-center items-center gap-6 text-sm text-gray-600">
|
||||
<div className="flex items-center gap-2">
|
||||
<span className="font-medium">GitHub:</span>
|
||||
<span className="font-medium">Gitea:</span>
|
||||
<a
|
||||
href="https://github.com/roman-ryzenadvanced/Custom-Engineered-Agents-and-Tools-for-Vibe-Coders"
|
||||
href="https://github.rommark.dev/admin/NanoJasonPro"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-blue-600 hover:text-blue-800 underline"
|
||||
>
|
||||
Custom Engineered Agents and Tools for Vibe Coders
|
||||
NanoJasonPro Repository
|
||||
</a>
|
||||
</div>
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
@@ -23,13 +23,13 @@ export function Header() {
|
||||
Translator
|
||||
</Link>
|
||||
<Link
|
||||
href="https://github.com/roman-ryzenadvanced/NanoJasonPro?tab=readme-ov-file"
|
||||
href="https://github.rommark.dev/admin/NanoJasonPro"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-gray-600 hover:text-blue-600 transition-colors font-medium flex items-center gap-1"
|
||||
>
|
||||
<Github className="h-4 w-4" />
|
||||
GitHub
|
||||
Gitea
|
||||
</Link>
|
||||
<Link
|
||||
href="https://jasonformat.org/docs"
|
||||
|
||||
Reference in New Issue
Block a user