diff --git a/src/isnd/Data/Catalog/CatalogEntry.cs b/src/isnd/Data/Catalog/CatalogEntry.cs index a4a51d7..6a7bc18 100644 --- a/src/isnd/Data/Catalog/CatalogEntry.cs +++ b/src/isnd/Data/Catalog/CatalogEntry.cs @@ -20,7 +20,9 @@ namespace isnd.Data.Catalog /// /// Creates a catalog entry /// - /// package details url + /// package id + /// api Base + /// package permalink /// public PackageDetails(PackageVersion pkg, string apiBase, string uri): base(uri) { diff --git a/src/isnd/Data/Catalog/RegistrationPage.cs b/src/isnd/Data/Catalog/CatalogPage.cs similarity index 100% rename from src/isnd/Data/Catalog/RegistrationPage.cs rename to src/isnd/Data/Catalog/CatalogPage.cs diff --git a/src/isnd/Views/Home/Index.cshtml b/src/isnd/Views/Home/Index.cshtml index 3b7c4c6..62e7d2b 100644 --- a/src/isnd/Views/Home/Index.cshtml +++ b/src/isnd/Views/Home/Index.cshtml @@ -10,6 +10,7 @@

+
\ No newline at end of file