We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fa6d3 commit 6607216Copy full SHA for 6607216
2 files changed
README.md
@@ -17,7 +17,7 @@ Adds a native AI agent to your AdminForth application.
17
18
Full setup and configuration guide:
19
20
-[AdminForth Agent Documentation](https://adminforth.dev/docs/tutorial/Plugins/Agent/)
+[AdminForth Agent Documentation](https://adminforth.dev/docs/tutorial/Plugins/agent/)
21
22
## About AdminForth
23
package.json
@@ -4,7 +4,7 @@
4
"main": "dist/index.js",
5
"types": "dist/index.d.ts",
6
"type": "module",
7
- "homepage": "https://adminforth.dev/docs/tutorial/Plugins/Agent/",
+ "homepage": "https://adminforth.dev/docs/tutorial/Plugins/agent/",
8
"publishConfig": {
9
"access": "public"
10
},
0 commit comments