mirror of
https://github.com/apple/pkl.git
synced 2026-07-08 05:55:13 +02:00
Fix documentation homepage (#81)
This adds a trailing slash that was missing from the documentation homepage.
This commit is contained in:
@@ -17,7 +17,7 @@ package org.pkl.core;
|
|||||||
|
|
||||||
/** Information about the Pkl package index. */
|
/** Information about the Pkl package index. */
|
||||||
public final class PklInfo {
|
public final class PklInfo {
|
||||||
private static final String PACKAGE_INDEX_HOMEPAGE = "https://pkl-lang.org/package-docs";
|
private static final String PACKAGE_INDEX_HOMEPAGE = "https://pkl-lang.org/package-docs/";
|
||||||
|
|
||||||
private static final PklInfo CURRENT;
|
private static final PklInfo CURRENT;
|
||||||
private final PackageIndex packageIndex;
|
private final PackageIndex packageIndex;
|
||||||
|
|||||||
Reference in New Issue
Block a user