Skip to content

Commit 9f67dad

Browse files
committed
Fix javadoc link
1 parent 0b60000 commit 9f67dad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/extensions/autoparams-spring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class HelloSupplier : MessageSupplier {
8989
```
9090
</JavaKotlinCodeBlock>
9191

92-
If you want to test how your `MessageSupplier` bean behaves, you can use the [`@UseBeans`](https://javadoc.io/doc/io.github.autoparams/autoparams-spring/latest/autoparams/spring/UseBeans.html) annotation like this:
92+
If you want to test how your `MessageSupplier` bean behaves, you can use the [`@UseBeans`](https://www.javadoc.io/static/io.github.autoparams/autoparams-spring/11.0.1/autoparams/spring/UseBeans.html) annotation like this:
9393

9494
<JavaKotlinCodeBlock>
9595
```java

i18n/ko/docusaurus-plugin-content-docs/current/extensions/autoparams-spring.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class HelloSupplier : MessageSupplier {
8989
```
9090
</JavaKotlinCodeBlock>
9191

92-
`MessageSupplier` 빈이 어떻게 동작하는지 테스트하려면 다음과 같이 [`@UseBeans`](https://javadoc.io/doc/io.github.autoparams/autoparams-spring/latest/autoparams/spring/UseBeans.html) 애너테이션을 사용할 수 있습니다.
92+
`MessageSupplier` 빈이 어떻게 동작하는지 테스트하려면 다음과 같이 [`@UseBeans`](https://www.javadoc.io/static/io.github.autoparams/autoparams-spring/11.0.1/autoparams/spring/UseBeans.html) 애너테이션을 사용할 수 있습니다.
9393

9494
<JavaKotlinCodeBlock>
9595
```java

0 commit comments

Comments
 (0)