|
1 | 1 | # Swagger Plugin for DITA-OT [<img src="https://jason-fox.github.io/fox.jason.passthrough.swagger/swagger.png" align="right" width="300">](http://swaggerdita-ot.rtfd.io/)
|
2 | 2 |
|
3 | 3 | [](http://www.apache.org/licenses/LICENSE-2.0)
|
4 |
| -[](http://www.dita-ot.org/4.0) |
| 4 | +[](http://www.dita-ot.org/4.2) |
5 | 5 | [](https://github.com/jason-fox/fox.jason.passthrough.swagger/actions?query=workflow%3ACI)
|
6 | 6 | [](https://coveralls.io/github/jason-fox/fox.jason.passthrough.swagger?branch=master)
|
7 | 7 | [](https://sonarcloud.io/dashboard?id=fox.jason.passthrough.swagger)
|
@@ -94,17 +94,17 @@ The DITA-OT Swagger plug-in is a file reader for the DITA Open Toolkit.
|
94 | 94 | - Full installation instructions for downloading DITA-OT can be found
|
95 | 95 | [here](https://www.dita-ot.org/4.0/topics/installing-client.html).
|
96 | 96 |
|
97 |
| - 1. Download the `dita-ot-4.0.zip` package from the project website at |
| 97 | + 1. Download the `dita-ot-4.2.zip` package from the project website at |
98 | 98 | [dita-ot.org/download](https://www.dita-ot.org/download)
|
99 | 99 | 2. Extract the contents of the package to the directory where you want to install DITA-OT.
|
100 | 100 | 3. **Optional**: Add the absolute path for the `bin` directory to the _PATH_ system variable.
|
101 | 101 |
|
102 | 102 | This defines the necessary environment variable to run the `dita` command from the command line.
|
103 | 103 |
|
104 | 104 | ```console
|
105 |
| -curl -LO https://github.com/dita-ot/dita-ot/releases/download/4.0/dita-ot-4.0.zip |
106 |
| -unzip -q dita-ot-4.0.zip |
107 |
| -rm dita-ot-4.0.zip |
| 105 | +curl -LO https://github.com/dita-ot/dita-ot/releases/download/4.2/dita-ot-4.2.zip |
| 106 | +unzip -q dita-ot-4.2.zip |
| 107 | +rm dita-ot-4.2.zip |
108 | 108 | ```
|
109 | 109 |
|
110 | 110 | ### Installing the Plug-in
|
@@ -151,7 +151,7 @@ filename will be replaced by spaces in title.
|
151 | 151 |
|
152 | 152 | ## License
|
153 | 153 |
|
154 |
| -[Apache 2.0](LICENSE) © 2019 - 2022 Jason Fox |
| 154 | +[Apache 2.0](LICENSE) © 2019 - 2024 Jason Fox |
155 | 155 |
|
156 | 156 | The Program includes the following additional software components which were obtained under license:
|
157 | 157 |
|
|
0 commit comments