We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1dacb9 commit deab465Copy full SHA for deab465
scripts/create-new-release-notes.main.kts
@@ -30,6 +30,10 @@ val feed = SyndFeedInput().build(reader)
30
val latestRelease = feed.entries.first()
31
val latestReleaseItems = latestRelease.contents.first().value
32
33
+// Specifies the base URL for relative links in the document
34
+writer.write("""<base href="https://developer.android.com/" target="_blank"/>""")
35
+writer.write("\n\n")
36
+
37
Jsoup
38
.parse(latestReleaseItems)
39
.select("a")
0 commit comments