From b70c5eba142473b29fd6ded3cff1101b4821698c Mon Sep 17 00:00:00 2001
From: Daryle Dale De Silva <daryledesilva@gmail.com>
Date: Thu, 11 Apr 2024 12:01:46 +0800
Subject: [PATCH] Update links in documentation and readme to remove prefix and
 point to updated docs link

---
 docs/documentation.md | 62 +++++++++++++++++++++----------------------
 readme.md             |  2 +-
 2 files changed, 32 insertions(+), 32 deletions(-)

diff --git a/docs/documentation.md b/docs/documentation.md
index 28b10b6e3..4e0e7fecc 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -1,37 +1,37 @@
 - Overview
-    - [Introduction](/docs/introduction)
-    - [Contributing](/docs/contributing)
-    - [Style Guide](/docs/style-guide)
-    - [License](/docs/license)
+    - [Introduction](introduction)
+    - [Contributing](contributing)
+    - [Style Guide](style-guide)
+    - [License](license)
 - Getting Started
-    - [Installation](/docs/installation)
-    - [Configuration](/docs/configuration)
-    - [Model Configuration](/docs/model-configuration)
-    - [Settings Configuration](/docs/settings-configuration)
-    - [Validation](/docs/validation)
-    - [Localization](/docs/localization)
-    - [Tutorials](/docs/tutorials)
+    - [Installation](installation)
+    - [Configuration](configuration)
+    - [Model Configuration](model-configuration)
+    - [Settings Configuration](settings-configuration)
+    - [Validation](validation)
+    - [Localization](localization)
+    - [Tutorials](tutorials)
 - Custom Actions
-    - [Overview](/docs/actions)
+    - [Overview](actions)
 - Columns
-    - [Overview](/docs/columns)
-    - [Relationships](/docs/relationship-columns)
+    - [Overview](columns)
+    - [Relationships](relationship-columns)
 - Fields
-    - [Overview](/docs/fields)
+    - [Overview](fields)
 - Field Types
-    - [Key](/docs/field-type-key)
-    - [Text](/docs/field-type-text)
-    - [Password](/docs/field-type-password)
-    - [TextArea](/docs/field-type-textarea)
-    - [WYSIWYG](/docs/field-type-wysiwyg)
-    - [Markdown](/docs/field-type-markdown)
-    - [Relationship](/docs/field-type-relationship)
-    - [Number](/docs/field-type-number)
-    - [Bool](/docs/field-type-bool)
-    - [Enum](/docs/field-type-enum)
-    - [Date](/docs/field-type-date)
-    - [Time](/docs/field-type-time)
-    - [Datetime](/docs/field-type-datetime)
-    - [File](/docs/field-type-file)
-    - [Image](/docs/field-type-image)
-    - [Color](/docs/field-type-color)
\ No newline at end of file
+    - [Key](field-type-key)
+    - [Text](field-type-text)
+    - [Password](field-type-password)
+    - [TextArea](field-type-textarea)
+    - [WYSIWYG](field-type-wysiwyg)
+    - [Markdown](field-type-markdown)
+    - [Relationship](field-type-relationship)
+    - [Number](field-type-number)
+    - [Bool](field-type-bool)
+    - [Enum](field-type-enum)
+    - [Date](field-type-date)
+    - [Time](field-type-time)
+    - [Datetime](field-type-datetime)
+    - [File](field-type-file)
+    - [Image](field-type-image)
+    - [Color](field-type-color)
\ No newline at end of file
diff --git a/readme.md b/readme.md
index a7b97e35b..0be57dccc 100644
--- a/readme.md
+++ b/readme.md
@@ -53,7 +53,7 @@ Since Administrator has switched over to Composer, you can no longer use `php ar
 
 ## Documentation
 
-The complete docs for Administrator can be found at http://administrator.frozennode.com. You can also find the docs in the `/src/docs` directory.
+The complete docs for Administrator can be found [here](docs/documentation).
 
 
 ## Copyright and License