Skip to content

Commit 6d62e69

Browse files
committed
Update OpenJDK documentation
1 parent c1bcb7e commit 6d62e69

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

docs/file-scrapers.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,8 +167,8 @@ download it, extract it with `dpkg -x $PACKAGE ./` and move `./usr/share/doc/ope
167167
to `path/to/devdocs/docs/openjdk~$VERSION`
168168

169169
```sh
170-
curl -O http://ftp.at.debian.org/debian/pool/main/o/openjdk-21/openjdk-21-doc_21.0.1+12-3_all.deb
171-
tar xf openjdk-21-doc_21.0.1+12-3_all.deb
170+
curl -O http://ftp.at.debian.org/debian/pool/main/o/openjdk-21/openjdk-21-doc_21.0.2+13-2_all.deb
171+
tar xf openjdk-21-doc_21.0.2+13-2_all.deb
172172
tar xf data.tar.xz
173173
mv ./usr/share/doc/openjdk-21-jre-headless/api/ docs/openjdk~$VERSION
174174
```

lib/docs/filters/openjdk/clean_html_new.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ def call
1212
end
1313

1414
css('.header .sub-title', 'hr', '.table-tabs').remove
15+
css('.copy').remove
1516

1617
# fix ul section that contains summaries or tables
1718
css('ul').each do |node|

0 commit comments

Comments
 (0)