Skip to content

Commit 8b865e8

Browse files
committed
move all docs into docs subdir
1 parent d5a1513 commit 8b865e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ this driver from [Selenium 4 Grid](https://www.selenium.dev/documentation/grid).
2222
## Get it!
2323

2424
An overview of the different versions, the HtmlUnit version used in each case and the compatibility
25-
can be found in these [tables](compatibility.md).
25+
can be found in these [tables](docs/compatibility.md).
2626

2727
### Maven
2828

@@ -90,12 +90,12 @@ HtmlUnitDriver webDriver = new HtmlUnitDriver(driverOptions);
9090
// use the driver
9191
```
9292

93-
**NOTE**: Complete details for the **HtmlUnitDriverOptions** class can be found [here](docs/HtmlUnitDriverOptions.md).
93+
**NOTE**: Complete details for the **HtmlUnitDriverOptions** class can be found [here](docs/options.md).
9494

9595
### Selenium compatibility
9696

9797
An overview of the different versions, the **HtmlUnit** version used in each case and the compatibility
98-
can be found in these [tables](compatibility.md).
98+
can be found in these [tables](docs/compatibility.md).
9999

100100
## License
101101

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)