Skip to content

Commit

Permalink
Cleanup links in JewelReadme
Browse files Browse the repository at this point in the history
Now links point to GitHub, so the app doesn't crash when you click them.
  • Loading branch information
rock3r committed Jul 19, 2024
1 parent cf0828b commit 2b4d0c8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ internal val JewelReadme =
"""
# Jewel: a Compose for Desktop theme
<img alt="Jewel logo" src="art/jewel-logo.svg" width="20%"/>
<img alt="Jewel logo" src="https://raw.githubusercontent.com/JetBrains/jewel/6ef2344561f7b4d1325750417145b9ecb06ac23c/art/jewel-logo.svg?raw=true" width="20%"/>
Jewel aims at recreating the IntelliJ Platform's _New UI_ Swing Look and Feel in Compose for Desktop, providing a
desktop-optimized theme and set of components.
Expand Down Expand Up @@ -130,7 +130,7 @@ The standalone theme can be used in any Compose for Desktop app. You use it as a
to your heart's content. By default, it matches the official Int UI specs.
For an example on how to set up a standalone app, you can refer to
the [`standalone` sample](samples/standalone/build.gradle.kts).
the [`standalone` sample](https://github.com/JetBrains/jewel/blob/main/samples/standalone/build.gradle.kts).
> [!WARNING]
> Note that Jewel **requires** the JetBrains Runtime to work correctly. Some features like font loading depend on it,
Expand All @@ -152,7 +152,7 @@ If you want more control over the theming, you can use other `IntUiTheme` overlo
The JetBrains Runtime allows windows to have a custom decoration instead of the regular title bar.
![A screenshot of the custom window decoration in the standalone sample](art/docs/custom-chrome.png)
![A screenshot of the custom window decoration in the standalone sample](https://github.com/JetBrains/jewel/blob/main/art/docs/custom-chrome.png?raw=true)
The standalone sample app shows how to easily get something that looks like a JetBrains IDE; if you want to go _very_
custom, you only need to depend on the `decorated-window` module, which contains all the required primitives, but not
Expand Down Expand Up @@ -214,7 +214,7 @@ and the branch on which the corresponding bridge code lives:
| 2023.1 or older | **Not supported** |
For an example on how to set up an IntelliJ Plugin, you can refer to
the [`ide-plugin` sample](samples/ide-plugin/build.gradle.kts).
the [`ide-plugin` sample](https://github.com/JetBrains/jewel/blob/main/samples/ide-plugin/build.gradle.kts).
#### Accessing icons
Expand Down

0 comments on commit 2b4d0c8

Please sign in to comment.