Skip to content

Commit 36c67ca

Browse files
authored
Fix CI via removing dead links (scala#3119)
1 parent ad2c724 commit 36c67ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_overviews/contributors/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ an sbt-site to GitHub Pages.
386386

387387
### Create the Documentation Site
388388

389-
In this example we choose to use [Paradox](https://developer.lightbend.com/docs/paradox/current/index.html)
389+
In this example we choose to use [Paradox](https://github.com/lightbend/paradox)
390390
because it runs on the JVM and thus doesn't require setting up another VM on your system (in contrast with
391391
most other documentation generators, which are based on Ruby, Node.js or Python).
392392

@@ -403,7 +403,7 @@ enablePlugins(ParadoxSitePlugin, SitePreviewPlugin)
403403
Paradox / sourceDirectory := sourceDirectory.value / "documentation"
404404
{% endhighlight %}
405405

406-
The `ParadoxSitePlugin` provides a task `makeSite` that generates a website using [Paradox](https://developer.lightbend.com/docs/paradox/current/), and the `SitePreviewPlugin` provides handy tasks when working on the website content, to preview the result in your browser.
406+
The `ParadoxSitePlugin` provides a task `makeSite` that generates a website using [Paradox](https://github.com/lightbend/paradox), and the `SitePreviewPlugin` provides handy tasks when working on the website content, to preview the result in your browser.
407407
The second line is optional, it defines the location of the website source files. In our case, in
408408
`src/documentation`.
409409

0 commit comments

Comments
 (0)