Skip to content

Commit 002a230

Browse files
committed
Update Anchor Links
Previously GitHub used capitalization reflecting the text for anchor links, such as: ../README.md#Configuration-and-Extension This recently changed to all lower case, e.g. ../README.md#configuration-and-extension While the links still went to the right page they did not go to the anchor. This change updates the affected links so they work properly. [#67911942]
1 parent 49146d6 commit 002a230

19 files changed

Lines changed: 19 additions & 19 deletions

docs/container-groovy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The container can be configured by modifying the [`config/groovy.yml`][] file.
3131
| `repository_root` | The URL of the Groovy repository index ([details][repositories]).
3232
| `version` | The version of Groovy to use. Candidate versions can be found in [this listing][].
3333

34-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
34+
[Configuration and Extension]: ../README.md#configuration-and-extension
3535
[`config/groovy.yml`]: ../config/groovy.yml
3636
[repositories]: extending-repositories.md
3737
[this listing]: http://download.pivotal.io.s3.amazonaws.com/groovy/index.yml

docs/container-java_main.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ The container can be configured by creating or modifying the `config/java_main.y
3131
| `arguments` | Optional command line arguments to be passed to the Java main class. The arguments are specified as a single YAML scalar in plain style or enclosed in single or double quotes.
3232
| `java_main_class` | The Java class name to run. Values containing whitespace are rejected with an error, but all others values appear without modification on the Java command line. If not specified, the Java Manifest value of `Main-Class` is used.
3333

34-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
34+
[Configuration and Extension]: ../README.md#configuration-and-extension

docs/container-spring_boot_cli.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The container can be configured by modifying the [`config/spring_boot_cli.yml`][
3131
| `repository_root` | The URL of the Spring Boot CLI repository index ([details][repositories]).
3232
| `version` | The version of Spring Boot CLI to use. Candidate versions can be found in [this listing][].
3333

34-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
34+
[Configuration and Extension]: ../README.md#configuration-and-extension
3535
[`config/spring_boot_cli.yml`]: ../config/spring_boot_cli.yml
3636
[repositories]: extending-repositories.md
3737
[Spring profiles]:http://blog.springsource.com/2011/02/14/spring-3-1-m1-introducing-profile/

docs/container-tomcat.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To enable Redis-based session replication, simply bind a Redis service containin
4343
## Supporting Functionality
4444
Additional supporting functionality can be found in the [`java-buildpack-support`][] Git repository.
4545

46-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
46+
[Configuration and Extension]: ../README.md#configuration-and-extension
4747
[`config/tomcat.yml`]: ../config/tomcat.yml
4848
[`java-buildpack-support`]: https://github.com/cloudfoundry/java-buildpack-support
4949
[repositories]: extending-repositories.md

docs/extending-caches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ def initialize
8383
[`config/cache.yml`]: ../config/cache.yml
8484
[`DownloadCache`]: ../lib/java_buildpack/util/cache/download_cache.rb
8585
[`GlobalCache`]: ../lib/java_buildpack/util/cache/global_cache.rb
86-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
86+
[Configuration and Extension]: ../README.md#configuration-and-extension

docs/extending-logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ The console logging severity filter is set to `DEBUG`, `INFO`, `WARN`, `ERROR`,
3333
3. `default_log_level` value in [`config/logging.yml`][].
3434
4. Fallback to `INFO` if none of the above are set.
3535

36-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
36+
[Configuration and Extension]: ../README.md#configuration-and-extension
3737
[`config/logging.yml`]: ../config/logging.yml

docs/extending-repositories.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,6 @@ In addition to declaring a specific versions to use, you can also specify a boun
8585

8686
[`config/repository.yml`]: ../config/repository.yml
8787
[`JavaBuildpack::Repository::ConfiguredItem`]: ../lib/java_buildpack/repository/configured_item.rb
88-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
88+
[Configuration and Extension]: ../README.md#configuration-and-extension
8989
[example]: http://download.pivotal.io.s3.amazonaws.com/openjdk/lucid/x86_64/index.yml
9090

docs/extending.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Extending
2-
For general information on extending the buildpack, refer to [Configuration and Extension](../README.md#Configuration-and-Extension).
2+
For general information on extending the buildpack, refer to [Configuration and Extension](../README.md#configuration-and-extension).
33

44
To add a component, its class name must be added added to [`config/components.yml`][]. It is recommended, but not required, that the class' file be placed in a directory that matches its type.
55

docs/framework-app_dynamics_agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The framework can be configured by modifying the [`config/app_dynamics_agent.yml
3636

3737
[`config/app_dynamics_agent.yml`]: ../config/app_dynamics_agent.yml
3838
[AppDynamics Service]: http://www.appdynamics.com
39-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
39+
[Configuration and Extension]: ../README.md#configuration-and-extension
4040
[repositories]: extending-repositories.md
4141
[this listing]: http://download.pivotal.io.s3.amazonaws.com/app-dynamics/index.yml
4242
[version syntax]: extending-repositories.md#version-syntax-and-ordering

docs/framework-java_opts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ The framework can be configured by creating or modifying the `config/java_opts.y
2323
| ---- | -----------
2424
| `java_opts` | The Java options to use when running the application. All values are used without modification when invoking the JVM. The options are specified as a single YAML scalar in plain style or enclosed in single or double quotes.
2525

26-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
26+
[Configuration and Extension]: ../README.md#configuration-and-extension

0 commit comments

Comments
 (0)