update also URLs to 9.0

This commit is contained in:
Morris Jobke
2015-10-20 11:15:02 +02:00
parent ea7d5e0de9
commit 536c8a9a98
12 changed files with 16 additions and 16 deletions

View File

@@ -231,7 +231,7 @@ to your ownCloud server and share it like any other file: you can create normal
ownCloud shares with ownCloud users and groups, and you may create a link share
to share it with anyone. (See the **Files & Synchronization** section of the
`ownCloud User Manual
<https://doc.owncloud.org/server/8.2/user_manual/files/index.html>`_ to learn
<https://doc.owncloud.org/server/9.0/user_manual/files/index.html>`_ to learn
more about sharing files.)
.. _publish_google_play:

View File

@@ -94,7 +94,7 @@ API. If they are then they will not be installed.
.. note:: If you would like to create or add your own ownCloud app, please use the
*Add your App...* button on the same page. This button redirects you to the
`App Development documentation
<https://doc.owncloud.org/server/8.2/developer_manual/app/index.html>`_,
<https://doc.owncloud.org/server/9.0/developer_manual/app/index.html>`_,
where you can find information about creating and adding your own apps.
Using Custom App Directories

View File

@@ -41,7 +41,7 @@ If you can't find a solution, please use our `bugtracker`_.
.. _webchat: http://webchat.freenode.net/?channels=owncloud
.. _Enterprise Subscription: https://owncloud.com/lp/community-or-enterprise/
.. _bugtracker:
http://doc.owncloud.org/server/8.2/developer_manual/bugtracker/index.html
http://doc.owncloud.org/server/9.0/developer_manual/bugtracker/index.html
.. TODO ON RELEASE: Update version number above on release
General Troubleshooting

View File

@@ -136,7 +136,7 @@ Federated Cloud Shares
======================
Both the sending and the receiving instance need to have federated cloud sharing
enabled and configured. See `Configuring Federated Cloud Sharing <https://doc.owncloud.org/server/8.2/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
enabled and configured. See `Configuring Federated Cloud Sharing <https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/federated_cloud_sharing_configuration.html>`_.
Create a new Federated Cloud Share
----------------------------------

View File

@@ -203,7 +203,7 @@ One exception is the method ``buildDocLinkToKey`` which gets passed in a key as
.. code-block:: php
public function buildDocLinkToKey($key) {
return $this->getDocBaseUrl() . '/server/8.2/go.php?to=' . $key;
return $this->getDocBaseUrl() . '/server/9.0/go.php?to=' . $key;
}
Testing the new theme out

View File

@@ -11,7 +11,7 @@ Please follow the steps on this page to set up your development environment.
Set up web server and database
==============================
First `set up your web server and database <http://doc.owncloud.org/server/8.2/admin_manual/#installation>`_ (**Section**: Manual Installation - Prerequisites).
First `set up your web server and database <http://doc.owncloud.org/server/9.0/admin_manual/#installation>`_ (**Section**: Manual Installation - Prerequisites).
.. TODO ON RELEASE: Update version number above on release
Get the source
@@ -19,7 +19,7 @@ Get the source
There are two ways to obtain ownCloud sources:
* Using the `stable version <http://doc.owncloud.org/server/8.2/admin_manual/#installation>`_
* Using the `stable version <http://doc.owncloud.org/server/8.0/admin_manual/#installation>`_
.. TODO ON RELEASE: Update version number above on release
* Using the development version from `GitHub`_ which will be explained below.

View File

@@ -6,6 +6,6 @@ The External Storage application allows you to mount external storage services,
such as Google Drive, Dropbox, Amazon S3, SMB/CIFS fileservers, and FTP servers
in ownCloud. Your ownCloud server administrator controls which of these are
available to you. Please see `Configuring External Storage (GUI)
<https://doc.owncloud.org/server/8.2/admin_manual/configuration_files/
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
external_storage_configuration_gui.html>`_ in the ownCloud Administrator's
manual for configuration howtos and examples.

View File

@@ -15,6 +15,6 @@ set by your administrator):
* Contact your administrator to request an increase in these variables
* Refer to the section in the `Admin Documentation
<https://doc.owncloud.org/server/8.2/admin_manual/configuration_files/
<https://doc.owncloud.org/server/9.0/admin_manual/configuration_files/
big_file_upload_configuration.html>`_ that describes how to manage file
upload size limits.

View File

@@ -6,10 +6,10 @@ The Calendar app is not enabled by default in ownCloud 8 and needs to
be enabled seperately. It is also not a supported core app. You may ask
your ownCloud server admin to enable it, and if you are
your own admin consult the `Installation > Installing and Managing Apps
<https://doc.owncloud.org/server/8.2/admin_manual/installation/
<https://doc.owncloud.org/server/9.0/admin_manual/installation/
apps_management_installation.html>`_
section of the `ownCloud Server Administration Manual
<https://doc.owncloud.org/server/8.2/admin_manual/html>`_.
<https://doc.owncloud.org/server/9.0/admin_manual/html>`_.
The ownCloud Calendar app enables you to create and edit events, synchronize to
other calendars you might use, and create new, personalized calendars.

View File

@@ -6,10 +6,10 @@ The Contacts app is not enabled by default in ownCloud 8 and needs to
be enabled seperately. It is also not a supported core app. You may ask
your ownCloud server admin to enable it, and if you are
your own admin consult the `Installation > Installing and Managing Apps
<https://doc.owncloud.org/server/8.2/admin_manual/installation/
<https://doc.owncloud.org/server/9.0/admin_manual/installation/
apps_management_installation.html>`_
section of the `ownCloud Server Administration Manual
<https://doc.owncloud.org/server/8.2/admin_manual/html>`_.
<https://doc.owncloud.org/server/9.0/admin_manual/html>`_.
The ownCloud Contacts app is similar to other mobile contact applications, but
with more functionality. When you first access the Contacts app, a default
@@ -347,4 +347,4 @@ Troubleshooting
Are you having problems using the app? Have a look at the :doc:`troubleshooting`
and `Troubleshooting Contacts & Calendar`_ guides.
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/8.2/admin_manual/issues/index.html#troubleshooting-contacts-calendar
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar

View File

@@ -52,4 +52,4 @@ Now should now find your contacts in the address book of your iPhone.
If it's still not working, have a look at the :doc:`troubleshooting`
and `Troubleshooting Contacts & Calendar`_ guides.
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/8.2/admin_manual/issues/index.html#troubleshooting-contacts-calendar
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar

View File

@@ -34,4 +34,4 @@ There is also an easy `HOWTO`_ in the forum.
.. _HOWTO: http://forum.owncloud.org/viewtopic.php?f=3&t=132
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/8.2/admin_manual/issues/index.html#troubleshooting-contacts-calendar
.. _Troubleshooting Contacts & Calendar: https://doc.owncloud.org/server/9.0/admin_manual/issues/index.html#troubleshooting-contacts-calendar