Skip to content

Commit

Permalink
Update naming project
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Mar 26, 2018
1 parent ab092df commit a132385
Show file tree
Hide file tree
Showing 11 changed files with 24 additions and 24 deletions.
12 changes: 6 additions & 6 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down Expand Up @@ -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.

Expand All @@ -117,11 +117,11 @@ included in the project:

```bash
# Clone your fork of the repo into the current directory
git clone https://github.com/<your-username>/PioneerCode/pioneer-angular-charts.git
git clone https://github.com/<your-username>/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:
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand All @@ -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 <http://editorconfig.org/>.
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 <http://editorconfig.org/>.


## Creator
Expand All @@ -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).
2 changes: 1 addition & 1 deletion src/.angular-cli.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "./node_modules/@angular/cli/lib/config/schema.json",
"project": {
"name": "pioneer-angular-charts"
"name": "pioneer-charts"
},
"apps": [
{
Expand Down
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion src/apps/demo/e2e/app.e2e-spec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AppPage } from './app.po';

describe('pioneer-angular-charts App', () => {
describe('pioneer-charts App', () => {
let page: AppPage;

beforeEach(() => {
Expand Down
4 changes: 2 additions & 2 deletions src/apps/demo/src/app/components/footer/footer.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ <h5>
</ul>
<ul class="nav justify-content-center social">
<li class="nav-item">
<a href="https://github.com/PioneerCode/pioneer-angular-charts" class="nav-link">
<a href="https://github.com/PioneerCode/pioneer-charts" class="nav-link">
<i class="fa fa-github fa-2x"></i>
</a>
</li>
Expand All @@ -51,7 +51,7 @@ <h5>
Develop by
<a href="https://twitter.com/chad_ramos" alt="Chad Ramos">Chad Ramos</a> @
<a href="https://pioneercode.com" alt="Pioneer Code">Pioneer Code</a> ©2018. Code and Docs licensed under an
<a href="https://github.com/PioneerCode/pioneer-angular-charts/blob/master/LICENSE" alt="Pioneer Charts License">MIT-style License</a>.
<a href="https://github.com/PioneerCode/pioneer-charts/blob/master/LICENSE" alt="Pioneer Charts License">MIT-style License</a>.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/apps/demo/src/app/components/nav/nav.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</a>
</div>
<div class=" navbar-nav my-2 my-lg-0">
<a class="nav-link clearfix" href="https://github.com/PioneerCode/pioneer-angular-charts">
<a class="nav-link clearfix" href="https://github.com/PioneerCode/pioneer-charts">
<i class="fa fa-github"></i>
GitHub
</a>
Expand Down
2 changes: 1 addition & 1 deletion src/libs/pcac/LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
* Copyright Chad Ramos & Pioneer Code.
*
* Use of this source code is governed by an MIT-style license that can be
* found in the LICENSE file at https://github.com/PioneerCode/pioneer-angular-charts/blob/master/LICENSE
* found in the LICENSE file at https://github.com/PioneerCode/pioneer-charts/blob/master/LICENSE
*/
2 changes: 1 addition & 1 deletion src/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "pioneer-angular-charts",
"name": "pioneer-charts",
"description": "Pioneer Code: Angular Charts. A library of data visualization charts build on top of Angular and D3.",
"homepage": "https://github.com/PioneerCode/pioneer-angular-charts",
"homepage": "https://github.com/PioneerCode/pioneer-charts",
"bugs": {
"url": "https://github.com/PioneerCode/pioneer-angular-charts/issues"
"url": "https://github.com/PioneerCode/pioneer-charts/issues"
},
"author": {
"name": "Chad Ramos",
Expand All @@ -19,7 +19,7 @@
],
"repository": {
"type": "git",
"url": "https://github.com/PioneerCode/pioneer-angular-charts"
"url": "https://github.com/PioneerCode/pioneer-charts"
},
"version": "0.0.8",
"license": "MIT",
Expand Down

0 comments on commit a132385

Please sign in to comment.