Skip to content

Commit 3950876

Browse files
authored
Update README.md
1 parent 7b3821c commit 3950876

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Doxygen Plugin for DITA-OT [<img src="https://jason-fox.github.io/fox.jason.passthrough.doxygen/doxygen.png" align="right" width="300">](http://doxygendita-ot.rtfd.io/)
22

33
[![license](https://img.shields.io/github/license/jason-fox/fox.jason.passthrough.doxygen.svg)](http://www.apache.org/licenses/LICENSE-2.0)
4-
[![DITA-OT 3.7](https://img.shields.io/badge/DITA--OT-3.7-blue.svg)](http://www.dita-ot.org/3.7)
4+
[![DITA-OT 4.0](https://img.shields.io/badge/DITA--OT-4.0-blue.svg)](http://www.dita-ot.org/4.0)
55
[![CI](https://github.com/jason-fox/fox.jason.passthrough.doxygen/workflows/CI/badge.svg)](https://github.com/jason-fox/fox.jason.passthrough.doxygen/actions?query=workflow%3ACI)
66
[![Coverage Status](https://coveralls.io/repos/github/jason-fox/fox.jason.passthrough.doxygen/badge.svg?branch=master)](https://coveralls.io/github/jason-fox/fox.jason.passthrough.doxygen?branch=master)
77
[![Documentation Status](https://readthedocs.org/projects/doxygendita-ot/badge/?version=latest)](https://doxygendita-ot.readthedocs.io/en/latest/?badge=latest)
@@ -81,19 +81,19 @@ DITA-OT version is therefore 3.3. It is recommended that you upgrade to the late
8181
The DITA-OT doxygen plug-in is a file reader for the DITA Open Toolkit.
8282
8383
- Full installation instructions for downloading DITA-OT can be found
84-
[here](https://www.dita-ot.org/3.7/topics/installing-client.html).
84+
[here](https://www.dita-ot.org/4.0/topics/installing-client.html).
8585
86-
1. Download the `dita-ot-3.7.zip` package from the project website at
86+
1. Download the `dita-ot-4.0.zip` package from the project website at
8787
[dita-ot.org/download](https://www.dita-ot.org/download)
8888
2. Extract the contents of the package to the directory where you want to install DITA-OT.
8989
3. **Optional**: Add the absolute path for the `bin` directory to the _PATH_ system variable.
9090
9191
This defines the necessary environment variable to run the `dita` command from the command line.
9292
9393
```console
94-
curl -LO https://github.com/dita-ot/dita-ot/releases/download/3.7/dita-ot-3.7.zip
95-
unzip -q dita-ot-3.7.zip
96-
rm dita-ot-3.7.zip
94+
curl -LO https://github.com/dita-ot/dita-ot/releases/download/4.0/dita-ot-4.0.zip
95+
unzip -q dita-ot-4.0.zip
96+
rm dita-ot-4.0.zip
9797
```
9898

9999
### Installing the Plug-in

0 commit comments

Comments
 (0)