Skip to content

Commit b92eb5b

Browse files
committed
remove the aws-services slug
1 parent 318dc59 commit b92eb5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

astro.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export default defineConfig({
6666
},
6767
{
6868
label: 'Local AWS Services',
69-
slug: 'aws/aws-services',
69+
slug: 'aws/services',
7070
},
7171
{
7272
label: 'Sample Apps',
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
order: 3
77
---
88

9-
import DynamicAwsServices from '../../../components/DynamicAwsServices.astro';
9+
import DynamicAwsServices from '../../../../components/DynamicAwsServices.astro';
1010

1111
Browse LocalStack's implemented AWS services and explore their comprehensive feature sets. Each service provides detailed documentation on APIs, configuration options, and practical examples to help you get started quickly.
1212

0 commit comments

Comments
 (0)