changed name of project to pbs

This commit is contained in:
Enrico Fasoli 2015-04-01 18:04:17 +02:00
parent 131938a76e
commit 696ef08beb
3 changed files with 6 additions and 6 deletions

View File

@ -1,8 +1,8 @@
# Pert
# PBS
Pert is a small web app built to assist in working with Project Breakdown Structures.
PBS is a small web app built to assist in working with Project Breakdown Structures.
It should be accessible [here](http://pert.divshot.io)
It should be accessible [here](http://pbsapp.divshot.io)
## Features

View File

@ -1,4 +1,4 @@
{
"name": "pert",
"name": "pbsapp",
"root": "dist"
}

View File

@ -40,9 +40,9 @@
<li><a ui-sref="table">Table</a></li>
<li><a ui-sref="pert">Pert</a></li>
<li><a ui-sref="gantt">Gantt</a></li>
<li class="github"><a href="http://github.com/fazo96/pert">GitHub</a></li>
<li class="github"><a href="http://github.com/fazo96/pbs">GitHub</a></li>
</ul>
<span class="pull-right github"><a href="http://github.com/fazo96/pert"><i class="fa fa-2x fa-github"></i></a></span>
<span class="pull-right github"><a href="http://github.com/fazo96/pbs"><i class="fa fa-2x fa-github"></i></a></span>
</div>
</div>
</nav>