mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 00:23:17 +00:00
Update About.tsx
This commit is contained in:
committed by
GitHub
parent
edc19e99a9
commit
b311b7620c
@@ -12,7 +12,7 @@ export default function About() {
|
||||
<p className="mt-4">
|
||||
Find the information in your documentation through AI-powered
|
||||
<a
|
||||
className="text-blue-500 underline decoration-blue-200 decoration-dotted"
|
||||
className="text-blue-500"
|
||||
href="https://github.com/arc53/DocsGPT"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
@@ -55,7 +55,7 @@ export default function About() {
|
||||
information relevant to <span className= "text-blue-950 font-medium">DocsGPT</span> . If you want to train it on different
|
||||
documentation - please follow
|
||||
<a
|
||||
className="text-blue-500 underline decoration-blue-200 decoration-dotted"
|
||||
className="text-blue-500 "
|
||||
href="https://github.com/arc53/DocsGPT/wiki/How-to-train-on-other-documentation"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
@@ -69,7 +69,7 @@ export default function About() {
|
||||
<p className="mt-4 text-left">
|
||||
If you want to launch it on your own server - follow
|
||||
<a
|
||||
className="text-blue-500 underline decoration-blue-200 decoration-dotted"
|
||||
className="text-blue-500"
|
||||
href="https://github.com/arc53/DocsGPT/wiki/Hosting-the-app"
|
||||
target="_blank"
|
||||
rel="noreferrer"
|
||||
|
||||
Reference in New Issue
Block a user