Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/project/lib/specifications/types/Library.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ class Library extends ComponentProject {
`Library projects using Specification Version 5.0 or higher must provide ` +
`a manifest.json directly in their source directory.\n` +
`For migration details, please refer to:\n` +
`https://ui5.github.io/cli/updates/migrate-v5/#generatelibrarymanifest-task-no-longer-executed`, {
`https://ui5.github.io/cli/next/updates/migrate-v5#generatelibrarymanifest-task-no-longer-executed`, {
cause: err
});
} else {
Expand Down
Loading