Skip to content

Commit 9a168f0

Browse files
author
Glyn Normington
committed
Fix markdown links
1 parent 8c2a0c3 commit 9a168f0

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

docs/logging.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ both parameter and block forms:
3434
## Configuration
3535
For general information on configuring the buildpack, refer to [Configuration and Extension][].
3636

37+
Logging can be configured by modifying the [`config/logging.yml`][] file.
38+
3739
The log level is configured by setting an environment variable
3840
`$JBP_LOG_LEVEL` to one of:
3941

@@ -52,4 +54,5 @@ specified using any mixture of upper and lower case.
5254
Ruby's verbose and debug modes override the default log level to `DEBUG` unless
5355
`JBP_LOG_LEVEL` has been set, in which case this takes priority.
5456

55-
[Configuration and Extension]: ../README.md#Configuration-and-Extension
57+
[Configuration and Extension]: ../README.md#Configuration-and-Extension
58+
[`config/logging.yml`]: ../config/logging.yml

docs/util-caches.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Caching can be configured by modifying the [`config/cache.yml`][] file.
5858
| `remote_downloads` | This property can take the value `enabled` or `disabled`. <br><br>The default value of `enabled` means that the buildpack will check the internet connection and remember the result for the remainder of the buildpack invocation. If the internet is available, it will then be used to download files. If the internet is not available, cache will be consulted instead. <br><br>Alternatively, the property may be set to `disabled` which avoids the check for an internet connection, does not attempt downloads, and consults the cache instead.
5959

6060
[Configuration and Extension]: ../README.md#Configuration-and-Extension
61-
[`config/downloadcache.yml`]: ../config/downloadcache.yml
61+
[`config/cache.yml`]: ../config/cache.yml
6262

6363
## `JavaBuildpack::Util::ApplicationCache`
6464
The [`ApplicationCache`][] is a cache that persists files into the application cache passed to the `compile` script. It examines `ARGV[1]` for the cache location and configures itself accordingly.

0 commit comments

Comments
 (0)