Skip to content

Commit

Permalink
Update links in documentation and readme to remove prefix and point t…
Browse files Browse the repository at this point in the history
…o updated docs link
  • Loading branch information
daryledesilva committed Apr 11, 2024
1 parent f090645 commit 5f05c9b
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 32 deletions.
62 changes: 31 additions & 31 deletions docs/documentation.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
- Overview
- [Introduction](/docs/introduction)
- [Contributing](/docs/contributing)
- [Style Guide](/docs/style-guide)
- [License](/docs/license)
- [Introduction](introduction.md)
- [Contributing](contributing.md)
- [Style Guide](style-guide.md)
- [License](license.md)
- 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.md)
- [Configuration](configuration.md)
- [Model Configuration](model-configuration.md)
- [Settings Configuration](settings-configuration.md)
- [Validation](validation.md)
- [Localization](localization.md)
- [Tutorials](tutorials.md)
- Custom Actions
- [Overview](/docs/actions)
- [Overview](actions.md)
- Columns
- [Overview](/docs/columns)
- [Relationships](/docs/relationship-columns)
- [Overview](columns.md)
- [Relationships](relationship-columns.md)
- Fields
- [Overview](/docs/fields)
- [Overview](fields.md)
- 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)
- [Key](field-type-key.md)
- [Text](field-type-text.md)
- [Password](field-type-password.md)
- [TextArea](field-type-textarea.md)
- [WYSIWYG](field-type-wysiwyg.md)
- [Markdown](field-type-markdown.md)
- [Relationship](field-type-relationship.md)
- [Number](field-type-number.md)
- [Bool](field-type-bool.md)
- [Enum](field-type-enum.md)
- [Date](field-type-date.md)
- [Time](field-type-time.md)
- [Datetime](field-type-datetime.md)
- [File](field-type-file.md)
- [Image](field-type-image.md)
- [Color](field-type-color.md)
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.md).


## Copyright and License
Expand Down

0 comments on commit 5f05c9b

Please sign in to comment.