Skip to content

Commit

Permalink
Fix doc link to "RestClient customization"
Browse files Browse the repository at this point in the history
Closes gh-1603
  • Loading branch information
mhalbritter committed Dec 18, 2024
1 parent 7e28050 commit fe1480e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion initializr-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@
<attributes>
<spring-initializr-version>${project.version}</spring-initializr-version>
<spring-initializr-docs-version>${project.version}</spring-initializr-docs-version>
<spring-boot-docs-version>${spring-boot.version}</spring-boot-docs-version>
<snippets>${snippets.location}</snippets>
<github-tag>${github-tag}</github-tag>
<sources-root>${project.basedir}/src</sources-root>
Expand Down
2 changes: 1 addition & 1 deletion initializr-docs/src/main/asciidoc/configuration-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ available versions.

If you are behind a proxy, or need to customize the `RestTemplate` that is used behind the
scenes, you can define a `RestTemplateCustomizer` bean in your configuration. For more
details, {spring-boot-reference}/#boot-features-restclient-customization[check the
details, {spring-boot-reference}/io/rest-client.html#io.rest-client.restclient.customization[check the
documentation].

NOTE: If you opt-in for `SpringIoInitializrMetadataUpdateStrategy`, you have to
Expand Down
2 changes: 1 addition & 1 deletion initializr-docs/src/main/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Stéphane Nicoll; Dave Syer; Madhura Bhave
:spring-initializr-docs-version: current
:spring-initializr-docs: https://docs.spring.io/initializr/docs/{spring-initializr-docs-version}/reference
:spring-initializr-docs-current: https://docs.spring.io/initializr/docs/current/reference/html
:spring-boot-reference: https://docs.spring.io/spring-boot/docs/{spring-boot-docs-version}/reference/htmlsingle
:spring-boot-reference: https://docs.spring.io/spring-boot/reference

// ======================================================================================

Expand Down

0 comments on commit fe1480e

Please sign in to comment.