diff --git a/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java b/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java index b2e3d81c5..94fc6b751 100644 --- a/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java +++ b/cli/src/main/java/com/devonfw/tools/ide/url/model/UrlArtifact.java @@ -9,7 +9,7 @@ import com.devonfw.tools.ide.url.model.folder.UrlVersion; /** - * An {@link UrlArtifact} represents a file or folder in the directory structure of a devonfw-ide urls repository. + * An {@link UrlArtifact} represents a file or folder in the directory structure of the ide-urls repository. * * @see UrlRepository * @see UrlTool