diff --git a/src/table.html b/src/activities.html
similarity index 100%
rename from src/table.html
rename to src/activities.html
diff --git a/src/app.coffee b/src/app.coffee
index b460db4..612ee98 100644
--- a/src/app.coffee
+++ b/src/app.coffee
@@ -28,9 +28,9 @@ pertApp.config ($stateProvider,$urlRouterProvider,$locationProvider) ->
templateUrl: 'gantt.html'
controller: pertController
- $stateProvider.state 'table',
- url: '/table'
- templateUrl: 'table.html'
+ $stateProvider.state 'activities',
+ url: '/activities'
+ templateUrl: 'activities.html'
controller: pertController
$stateProvider.state 'resources',
diff --git a/src/index.html b/src/index.html
index feca4ed..394475a 100644
--- a/src/index.html
+++ b/src/index.html
@@ -37,7 +37,7 @@
- Edit
- RawEdit
- - Activities
+ - Activities
- Resources
- Pert
- Gantt
diff --git a/src/welcome.md b/src/welcome.md
index 8d5ec72..da97c55 100644
--- a/src/welcome.md
+++ b/src/welcome.md
@@ -4,9 +4,9 @@ This web application will supposedly help you manage your Project Breakdown Stru
## What can it do
-- You can use the [RawEdit](#/rawedit)or to import and export your PBS data. This software is still a prototype, so be careful!
-- You can use the [Edit](#/edit)or to more easily edit your Project Activities.
-- With the [Table](#/table) you can view detailed info about your Activities.
+- You can use the [RawEdit](/rawedit)or to import and export your PBS data. This software is still a prototype, so be careful!
+- You can use the [Edit](/edit)or to more easily edit your Project __Activities__ and __Resources__.
+- With the [Activities](/activities) and [Resources](/resources) pages you can view detailed info about your Activities and Resources.
- [Pert](#/pert) and [Gantt](#/gantt) are self-explanatory, try them!
-Made by [Enrico Fasoli](http://github.com/fazo96).
+Made by [Enrico Fasoli](http://github.com/fazo96). This application is __Free Software (free as in Freedom to modify and redistribute)__ [available under the __MIT License__](http://github.com/fazo96/pbs).