@jetbrains/kotlin-web-site-ui 4.10.1 → 4.10.2
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.
|
@@ -5,7 +5,7 @@ const SOLUTIONS_TITLE = 'Solutions';
|
|
|
5
5
|
const MULTIPLATFORM_MOBILE_TITLE = 'Multiplatform';
|
|
6
6
|
const MULTIPLATFORM_MOBILE_URL = `/lp/mobile/`;
|
|
7
7
|
const SERVER_SIDE_TITLE = 'Server-side';
|
|
8
|
-
const SERVER_SIDE_URL = `/
|
|
8
|
+
const SERVER_SIDE_URL = `/server-side/`;
|
|
9
9
|
const MULTIPLATFORM_LIBRARIES_TITLE = 'Multiplatform libraries';
|
|
10
10
|
const MULTIPLATFORM_LIBRARIES_URL = '/docs/multiplatform-library.html';
|
|
11
11
|
const DATA_SCIENCE_TITLE = 'Data science';
|