diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 94d148ff..f50e5890 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -12,7 +12,7 @@ patches and features. ## Using the issue tracker -The [issue tracker](https://github.com/PioneerCode/pioneer-angular-charts/issues) is +The [issue tracker](https://github.com/PioneerCode/pioneer-charts/issues) is the preferred channel for [bug reports](#bug-reports), [features requests](#feature-requests) and [submitting pull requests](#pull-requests), but please respect the following restrictions: @@ -35,7 +35,7 @@ Our bug tracker utilizes several labels to help organize and identify issues. He - `table` - Issues dealing with the table module. - `line-area-chart` - Issues dealing with the line area chart module. -For a complete look at our labels, see the [project labels page](https://github.com/PioneerCode/pioneer-angular-charts/labels). +For a complete look at our labels, see the [project labels page](https://github.com/PioneerCode/pioneer-charts/labels). ## Bug reports @@ -105,7 +105,7 @@ project (indentation, accurate comments, etc.) and any other requirements When contributing to Pioneer Chart's documentation, you should edit the documentation source files in -[the "demo" app](https://github.com/PioneerCode/pioneer-angular-charts/tree/master/src/apps/demo/src). +[the "demo" app](https://github.com/PioneerCode/pioneer-charts/tree/master/src/apps/demo/src). **Do not edit the `gh-pages` branch.** That branch is generated from the documentation source files and is managed separately by Pioneer Chart's Core Team. @@ -117,11 +117,11 @@ included in the project: ```bash # Clone your fork of the repo into the current directory - git clone https://github.com//PioneerCode/pioneer-angular-charts.git + git clone https://github.com//PioneerCode/pioneer-charts.git # Navigate to the newly cloned directory - cd pioneer-angular-charts + cd pioneer-charts # Assign the original repo to a remote called "upstream" - git remote add upstream https://github.com/PioneerCode/pioneer-angular-charts.git + git remote add upstream https://github.com/PioneerCode/pioneer-charts.git ``` 2. If you cloned a while ago, get the latest changes from upstream: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 46f7f4f1..939162da 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,7 @@ ## PR Checklist Please check if your PR fulfills the following requirements: -- [ ] The commit message follows our guidelines: https://github.com/PioneerCode/pioneer-angular-charts/blob/master/.github/CONTRIBUTING.md +- [ ] The commit message follows our guidelines: https://github.com/PioneerCode/pioneer-charts/blob/master/.github/CONTRIBUTING.md - [ ] Tests for the changes have been added (for bug fixes / features) - [ ] Docs have been added / updated (for bug fixes / features) diff --git a/README.md b/README.md index 0f9fb738..247d0c30 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Pioneer Angular Charts [![Build Status](https://travis-ci.org/PioneerCode/pioneer-angular-charts.svg?branch=master)](https://travis-ci.org/PioneerCode/pioneer-angular-charts) +# Pioneer Angular Charts [![Build Status](https://travis-ci.org/PioneerCode/pioneer-charts.svg?branch=master)](https://travis-ci.org/PioneerCode/pioneer-charts) ## Quick start @@ -10,7 +10,7 @@ npm install @pioneer-code/pioneer-charts ## Bugs and feature requests -Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/PioneerCode/pioneer-angular-charts/blob/master/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/PioneerCode/pioneer-angular-charts/issues/new). +Have a bug or a feature request? Please first read the [issue guidelines](https://github.com/PioneerCode/pioneer-charts/blob/master/.github/CONTRIBUTING.md#using-the-issue-tracker) and search for existing and closed issues. If your problem or idea is not addressed yet, [please open a new issue](https://github.com/PioneerCode/pioneer-charts/issues/new). ## Documentation @@ -19,9 +19,9 @@ Pioneer Chart's documentation, included in this repo in the root directory, is b ## Contributing -Please read through our [contributing guidelines](https://github.com/PioneerCode/pioneer-angular-charts/blob/master/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. +Please read through our [contributing guidelines](https://github.com/PioneerCode/pioneer-charts/blob/master/.github/CONTRIBUTING.md). Included are directions for opening issues, coding standards, and notes on development. -Editor preferences are available in the [editor config](https://github.com/PioneerCode/pioneer-angular-charts/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . +Editor preferences are available in the [editor config](https://github.com/PioneerCode/pioneer-charts/blob/master/.editorconfig) for easy use in common text editors. Read more and download plugins at . ## Creator @@ -39,4 +39,4 @@ Now excepting PRs! ## Copyright and license -Code and documentation copyright 2018 the [Pioneer Charts Authors](https://github.com/PioneerCode/pioneer-angular-charts/graphs/contributors) and [Pioneer Code](https://pioneercode.com) Code and Docs released under the [MIT License](https://github.com/PioneerCode/pioneer-angular-charts/blob/master/LICENSE). +Code and documentation copyright 2018 the [Pioneer Charts Authors](https://github.com/PioneerCode/pioneer-charts/graphs/contributors) and [Pioneer Code](https://pioneercode.com) Code and Docs released under the [MIT License](https://github.com/PioneerCode/pioneer-charts/blob/master/LICENSE). diff --git a/src/.angular-cli.json b/src/.angular-cli.json index 5f5269ad..e864fb55 100644 --- a/src/.angular-cli.json +++ b/src/.angular-cli.json @@ -1,7 +1,7 @@ { "$schema": "./node_modules/@angular/cli/lib/config/schema.json", "project": { - "name": "pioneer-angular-charts" + "name": "pioneer-charts" }, "apps": [ { diff --git a/src/README.md b/src/README.md index ec3c4cee..828e757e 100644 --- a/src/README.md +++ b/src/README.md @@ -1,4 +1,4 @@ -# Pioneer Angular Charts [![Build Status](https://travis-ci.org/PioneerCode/pioneer-angular-charts.svg?branch=master)](https://travis-ci.org/PioneerCode/pioneer-angular-charts) +# Pioneer Angular Charts [![Build Status](https://travis-ci.org/PioneerCode/pioneer-charts.svg?branch=master)](https://travis-ci.org/PioneerCode/pioneer-charts) This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 1.7.3. diff --git a/src/apps/demo/e2e/app.e2e-spec.ts b/src/apps/demo/e2e/app.e2e-spec.ts index de613ee7..f35c3d63 100644 --- a/src/apps/demo/e2e/app.e2e-spec.ts +++ b/src/apps/demo/e2e/app.e2e-spec.ts @@ -1,6 +1,6 @@ import { AppPage } from './app.po'; -describe('pioneer-angular-charts App', () => { +describe('pioneer-charts App', () => { let page: AppPage; beforeEach(() => { diff --git a/src/apps/demo/src/app/components/footer/footer.component.html b/src/apps/demo/src/app/components/footer/footer.component.html index 7d03c099..81b6ecff 100644 --- a/src/apps/demo/src/app/components/footer/footer.component.html +++ b/src/apps/demo/src/app/components/footer/footer.component.html @@ -29,7 +29,7 @@