DOCS Update introduction doc

Some broken links corrected
This commit is contained in:
Cam Findlay 2015-01-24 22:49:34 +13:00
parent 97a1cc3e7a
commit f346e0ae8c

View File

@ -4,20 +4,20 @@ introduction: Welcome to the SilverStripe Developer Documentation. This website
## Getting Started with SilverStripe ## Getting Started with SilverStripe
Before you start developing your first web application, you'll need to install the latest version of SilverStripe onto Before you start developing your first web application, you'll need to install the latest version of SilverStripe onto
a web server. The [Getting Started](getting_started/) section will show you what a web server. The [Getting Started](/getting_started) section will show you what
[server requirements](/installation/server-requirements) you will need to meet and how to [server requirements](/getting_started/server_requirements) you will need to meet and how to
[download and install SilverStripe](installation/). [download and install SilverStripe](/getting_started/installation).
To check out the features that SilverStripe offers without installing it, read the [Feature Overview](http://silverstripe.org/introduction/) To check out the features that SilverStripe offers without installing it, read the [Feature Overview](http://www.silverstripe.org/software/)
and play with the interactive [demo website](http://demo.silverstripe.org/). and play with the interactive [demo website](http://demo.silverstripe.org/).
## Getting support ## Getting support
SilverStripe has an wide range of options for getting support. The [forums](http://www.silverstripe.org/forums/) SilverStripe has an wide range of options for getting support. The [forums](http://www.silverstripe.org/community/forums/)
and [IRC channel](http://silverstripe.org/irc) are the best places to talk and discuss questions and problems with the and [IRC channel](http://irc.silverstripe.org/) are the best places to talk and discuss questions and problems with the
community. There are also several other websites with SilverStripe documentation to make use of. community. There are also several other websites with SilverStripe documentation to make use of.
* The [API Documentation](http://api.silverstripe.org/current) contains technical reference and class information. * The [API Documentation](http://api.silverstripe.org/) contains technical reference and class information.
* The [User Help](http://userhelp.silverstripe.com) website contains documentation related to working within the CMS. * The [User Help](http://userhelp.silverstripe.com) website contains documentation related to working within the CMS.
New features, API changes and the development [roadmap](http://www.silverstripe.org/roadmap/) for the product are New features, API changes and the development [roadmap](http://www.silverstripe.org/roadmap/) for the product are
@ -27,18 +27,17 @@ discussed on the [core mailinglist](https://groups.google.com/forum/#!forum/silv
## Building your first SilverStripe Web application ## Building your first SilverStripe Web application
Once you have completed the [Getting Started](http://silverstripe.org/getting-started/) guide and have got SilverStripe Once you have completed the [Getting Started](/getting_started) guide and have got SilverStripe
installed and running, the following [Tutorials](tutorials/) will lead through the basics and core concepts of installed and running, the following [Tutorials](/tutorials) will lead through the basics and core concepts of
SilverStripe. SilverStripe.
Make sure you know the basic concepts of PHP5 before attempting to follow the tutorials. If you have not programmed with Make sure you know the basic concepts of PHP5 before attempting to follow the tutorials. If you have not programmed with PHP5 be sure to read the [Introduction to PHP5 (zend.com)](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner).
PHP5 be sure to read the [Introduction to PHP5 (zend.com)](http://devzone.zend.com/6/php-101--php-for-the-absolute-beginner).
[CHILDREN Folder=01_Tutorials] [CHILDREN Folder=01_Tutorials]
## SilverStripe Concepts ## SilverStripe Concepts
The [Developer Gudes](developer_guides/) contain more detailed documentation on certain SilverStripe topics, how-to The [Developer Gudes](/developer_guides) contain more detailed documentation on certain SilverStripe topics, 'how to'
examples and reference documentation. examples and reference documentation.
[CHILDREN Folder=02_Developer_Guides] [CHILDREN Folder=02_Developer_Guides]