@jetbrains/kotlin-web-site-ui 4.9.2 → 4.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -169,6 +169,10 @@ function makeExternalUrl(url, currentUrl, isPlayground) {
169
169
  if (isPlayground) {
170
170
  if (url.startsWith(PLAY_URL)) {
171
171
  return url.replace(PLAY_URL, '/');
172
+ }
173
+
174
+ if (url.startsWith('https://')) {
175
+ return url;
172
176
  } else {
173
177
  return `${KOTLINLANG_URL}${url}`;
174
178
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@jetbrains/kotlin-web-site-ui",
3
3
  "description": "UI components for Kotlin web sites development",
4
- "version": "4.9.2",
4
+ "version": "4.9.3",
5
5
  "license": "Apache-2.0",
6
6
  "author": "JetBrains",
7
7
  "files": [