Skip to content

Commit fbd19e2

Browse files
committed
Merge branch 'asifhuawei-asif-patch-1'
2 parents 887a0a9 + b4abf89 commit fbd19e2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ To learn how to configure various properties of the buildpack, follow the "Confi
6262
* [Caches](docs/extending-caches.md) ([Configuration](docs/extending-caches.md#configuration))
6363
* [Logging](docs/extending-logging.md) ([Configuration](docs/extending-logging.md#configuration))
6464
* [Repositories](docs/extending-repositories.md) ([Configuration](docs/extending-repositories.md#configuration))
65-
* [Utilities](docs/extending-utiltities.md)
65+
* [Utilities](docs/extending-utilities.md)
6666
* [Debugging the Buildpack](docs/debugging-the-buildpack.md)
6767
* [Buildpack Modes](docs/buildpack-modes.md)
6868
* Related Projects
@@ -71,7 +71,7 @@ To learn how to configure various properties of the buildpack, follow the "Confi
7171
* [Java Buildpack System Tests](https://github.com/cloudfoundry/java-buildpack-system-test)
7272

7373
## Building Packages
74-
The buildpack can be packaged up so that it can uploaded to Cloud Foundry using the `cf create-buildpack` and `cf update-buildpack` commands. In order to create these packages, the rake `package` task is used.
74+
The buildpack can be packaged up so that it can be uploaded to Cloud Foundry using the `cf create-buildpack` and `cf update-buildpack` commands. In order to create these packages, the rake `package` task is used.
7575

7676
### Online Package
7777
The online package is a version of the buildpack that is as minimal as possible and is configured to connect to the network for all dependencies. This package is about 50K in size. To create the online package, run:

docs/buildpack-modes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
The Java Buildpack has three execution modes as described in the blog post, ['Packaged and Offline Buildpacks'][l].
33

44
* **Easy Mode:** Uses the repository at `https://download.run.pivotal.io`. This does not require any cloning or downloading unless you want to modify the Cloud Foundry provided buildpack. This is the default, and what we recommend to anyone who asks.
5-
* **Expert Mode:** Refers to a repository hosted at a different location, possibly on an internal network. The [structure of the repository[r] is defined as an HTTP-accessible collection of files. The repository root must contain an `index.yml` file that is a mapping of concrete versions to absolute URIs. This repository can be created manually or [creating a replica](#replicating-the-repository-optional) for the repository at `https://download.run.pivotal.io`. This is what we would recommend to any customer that didn’t want to access the Internet. It’s easy to keep applications secure and up-to-date, but requires the expertise to run a web-server and keep it up to date.
5+
* **Expert Mode:** Refers to a repository hosted at a different location, possibly on an internal network. The [structure of the repository][r] is defined as an HTTP-accessible collection of files. The repository root must contain an `index.yml` file that is a mapping of concrete versions to absolute URIs. This repository can be created manually or [creating a replica](#replicating-the-repository-optional) for the repository at `https://download.run.pivotal.io`. This is what we would recommend to any customer that didn’t want to access the Internet. It’s easy to keep applications secure and up-to-date, but requires the expertise to run a web-server and keep it up to date.
66
* **Offline Mode:** Uses only the packaged internal cache. This is what we recommend if you wanted a single, self-contained artifact. The downside is having to package and keep all your dependencies up to date.
77

88

docs/jre-oracle_jre.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Termination is guaranteed since there is a finite number of memory types and in
8787
[`config/components.yml`]: ../config/components.yml
8888
[`config/oracle_jre.yml`]: ../config/oracle_jre.yml
8989
[Configuration and Extension]: ../README.md#configuration-and-extension
90-
[OpenJDK JRE]: jre-open_jdk.md
90+
[OpenJDK JRE]: jre-open_jdk_jre.md
9191
[Oracle]: http://www.oracle.com/technetwork/java/index.html
9292
[repositories]: extending-repositories.md
9393
[version syntax]: extending-repositories.md#version-syntax-and-ordering

0 commit comments

Comments
 (0)