Skip to content

Commit ea31fd2

Browse files
committed
docs: correct link to the upload plugin at the landing page and avatar info page
https://web.tracklify.com/project/2b7ZVgE5/AdminForth/1388/3kuKZNvZ/invalid-link-from-setting-avat
1 parent 3236c67 commit ea31fd2

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

adminforth/documentation/docs/tutorial/03-Customization/10-menuConfiguration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ auth: {
275275

276276
```
277277

278-
This syntax can be use to get unique avatar for each user of hardcode avatar, but it makes more sense to use it with [upload plugin](https://adminforth.dev/docs/tutorial/Plugins/upload/#using-plugin-for-uploading-avatar)
278+
This syntax can be use to get unique avatar for each user of hardcode avatar, but it makes more sense to use it with [upload plugin](https://adminforth.dev/docs/tutorial/Plugins/05-0-upload/#using-plugin-for-uploading-avatar)
279279

280280

281281
## Custom URL

adminforth/documentation/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const images = [
5555
{
5656
original: require('@site/static/img/previews/upload.png').default,
5757
title: 'Upload Plugin - upload files',
58-
link: '/docs/tutorial/Plugins/Upload/',
58+
link: '/docs/tutorial/Plugins/05-0-upload/',
5959
description: 'Upload files to Amazon S3 with instantiating plugin and providing your S3 credentials'
6060
},
6161
{

adminforth/spa/src/components/ResourceListTable.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,10 +651,10 @@ function validatePageInput() {
651651
pageInput.value = validPage.toString();
652652
}
653653
/*
654-
*___________________________________________________________________
655-
* |
656-
* Virtual Scroll Implementation |
657-
*___________________________________________________________________|
654+
* ___________________________________________________________________
655+
*| |
656+
*| Virtual Scroll Implementation |
657+
*|___________________________________________________________________|
658658
*/
659659
// Add throttle utility
660660
const throttle = (fn: Function, delay: number) => {

0 commit comments

Comments
 (0)