diff --git a/adev/src/app/features/references/helpers/manifest.helper.ts b/adev/src/app/features/references/helpers/manifest.helper.ts index 5f8930b8c0f..1cfcdf990e4 100644 --- a/adev/src/app/features/references/helpers/manifest.helper.ts +++ b/adev/src/app/features/references/helpers/manifest.helper.ts @@ -58,7 +58,8 @@ export function getApiNavigationItems(): NavigationItem[] { } export function getApiUrl(packageEntry: ApiManifestPackage, apiName: string): string { - return `${PagePrefix.API}/${packageEntry.normalizedModuleName}/${apiName}`; + const packageName = packageEntry.normalizedModuleName.replace('angular_', ''); + return `${PagePrefix.API}/${packageName}/${apiName}`; } function getNormalizedFilename(