Skip to content

Commit 3044532

Browse files
author
yaroslav8765
committed
fix: add correct blog post link in deployment documentation and fixed code in standatd pages tuning example
1 parent 1ddbeae commit 3044532

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adminforth/documentation/docs/tutorial/03-Customization/13-standardPagesTuning.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ To open a custom page, return URL to the custom page (can start with https://, o
194194
//diff-add
195195
listTableClickUrl: async (record, adminUser) => {
196196
//diff-add
197-
return `https://google.com/search?q=${record.name}`;
197+
return `https://google.com/search?q=${record.title}`;
198198
//diff-add
199199
}
200200
}

adminforth/documentation/docs/tutorial/04-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Now open your browser and go to `http://localhost:3500` to see your AdminForth a
3838

3939
## Automating deployments with CI
4040

41-
If you are looking for a professional way to deploy your AdminForth application, you can follow our blog post [how to deploy your AdminForth application with Terraform From GitHub actions](http://localhost:3000/blog/compose-aws-ec2-ecr-terraform-github-actions/)
41+
If you are looking for a professional way to deploy your AdminForth application, you can follow our blog post [how to deploy your AdminForth application with Terraform From GitHub actions](https://adminforth.dev/blog/compose-aws-ec2-ecr-terraform-github-actions/)
4242

4343
## Adding SSL (https) to AdminForth
4444

0 commit comments

Comments
 (0)