mirror of
https://github.com/apple/pkl.git
synced 2026-03-26 19:11:12 +01: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. */
|
||||
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 final PackageIndex packageIndex;
|
||||
|
||||
Reference in New Issue
Block a user