diff --git a/docs/app/@theme/components/docs-footer/footer.component.html b/docs/app/@theme/components/docs-footer/footer.component.html index ab3de734..f0b71b15 100644 --- a/docs/app/@theme/components/docs-footer/footer.component.html +++ b/docs/app/@theme/components/docs-footer/footer.component.html @@ -33,7 +33,7 @@
  • © 2015-2019 Akveo LLC
    - Documentationssss licensed under CC BY 4.0. + Documentation licensed under CC BY 4.0.
  • diff --git a/scripts/docs/config.ts b/scripts/docs/config.ts index 807f993c..92498fc5 100644 --- a/scripts/docs/config.ts +++ b/scripts/docs/config.ts @@ -1,4 +1,4 @@ -export const REPO_URL = 'https://github.com/alexeykurbako/ngx-admin.git'; -export const REPO_OWNER = 'alexeykurbako'; +export const REPO_URL = 'https://github.com/akveo/ngx-admin.git'; +export const REPO_OWNER = 'akveo'; export const REPO_NAME = 'ngx-admin'; export const OUT_DIR = 'docs/dist'; // Relative to the directory you run command