Skip to content

Commit 3fb68b4

Browse files
second pass edits
1 parent 3c0c7fc commit 3fb68b4

File tree

6 files changed

+9
-7
lines changed

6 files changed

+9
-7
lines changed

documentation/1.9/content/_index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ WebLogic Image Tool version and release information can be found [here](https://
2929
***
3030
### Recent changes and known issues
3131

32-
See the [Release Notes]({{< relref "/release-notes.md" >}}) for known issues and workarounds.
32+
See the [Release Notes]({{< relref "/release-notes.md" >}}) for issues and important information.
3333

3434

3535
### About this documentation
3636

3737
* Use the [Quick Start]({{< relref "/quickstart/quickstart.md" >}}) guide to create a Linux based WebLogic Docker image.
38-
* The [User Guide]({{< relref "/userguide/" >}}) contains installation prerequisites, setup information, command options, and detailed usage information.
39-
* The [Samples]({{< relref "/samples/" >}}) provide informative use case scenarios.
38+
* The [User Guide]({{< relref "/userguide/" >}}) contains detailed usage information, including command options and usage scenarios.
39+
* The [Samples]({{< relref "/samples/" >}}) provide typical and informative use cases.
4040
* The [Developer Guide]({{< relref "/developer/" >}}) provides details for people who want to understand how WIT is built.
4141

4242

File renamed without changes.

documentation/1.9/content/quickstart/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: "Steps"
33
date: 2019-02-23T17:19:24-05:00
44
draft: false
5-
weight: 1
5+
weight: 3
66
---
77

88

99
#### Before you begin
1010

11-
Make sure that you have fulfilled the [Prerequisites]({{< relref "/userguide/prerequisites.md" >}}) and [Setup]({{< relref "/userguide/setup.md" >}}) requirements.
11+
Make sure that you have fulfilled the [Prerequisites]({{< relref "/quickstart/prerequisites.md" >}}) and [Setup]({{< relref "/quickstart/setup.md" >}}) requirements.
1212

1313
#### Overview
1414

documentation/1.9/content/userguide/setup.md renamed to documentation/1.9/content/quickstart/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ weight: 2
77

88
- Download and unzip the WIT release ZIP file to a desired location.
99
- OPTIONALLY: You may build the project (`mvn clean package`) to create the ZIP installer in `./imagetool/target`.
10-
- Set the JAVA_HOME environment variable to the location of the Java install (see [Prerequisites]({{< relref "/userguide/prerequisites.md" >}})).
10+
- Set the JAVA_HOME environment variable to the location of the Java install (see [Prerequisites]({{< relref "/quickstart/prerequisites.md" >}})).

documentation/1.9/content/release-notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22

33
* The upcoming change to Oracle Support's recommended patches list will require
44
WebLogic Image Tool 1.9.11 in order to use the `--recommendedPatches` or `--latestPSU` flags.
5+
* Due to changes in Oracle’s security, older versions of the Image Tool will no longer be able to download patches.
6+
Please use WebLogic Image Tool 1.9.10 or later.

documentation/1.9/content/userguide/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ pre = "<b>2. </b>"
88

99
# User Guide
1010

11-
The User Guide provides detailed information about installing and using the WebLogic Image Tool.
11+
The User Guide provides detailed usage information for the WebLogic Image Tool, including typical use case scenarios.

0 commit comments

Comments
 (0)