mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-02 17:59:36 +07:00
Fix internal links to 8.2 docs
This commit is contained in:
@@ -168,7 +168,7 @@ The configuration file should look something like this:
|
||||
'passwordsalt' => '01234567890123456789',
|
||||
'datadirectory' => '/var/data',
|
||||
'dbtype' => 'oci',
|
||||
'version' => '8.0..x.y',
|
||||
'version' => '8.2.x.y',
|
||||
'dbname' => 'orcl',
|
||||
'dbhost' => '192.168.1.57',
|
||||
'dbtableprefix' => 'oc_',
|
||||
|
||||
@@ -229,7 +229,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.0/user_manual/files/index.html>`_ to learn
|
||||
<https://doc.owncloud.org/server/8.2/user_manual/files/index.html>`_ to learn
|
||||
more about sharing files.)
|
||||
|
||||
.. _publish_google_play:
|
||||
@@ -391,4 +391,4 @@ Resources
|
||||
<https://developer.android.com/tools/publishing/app-signing.html#signing-manually>`_
|
||||
|
||||
* `Developer Console
|
||||
<http://developer.android.com/distribute/googleplay/developer-console.html>`_
|
||||
<http://developer.android.com/distribute/googleplay/developer-console.html>`_
|
||||
|
||||
@@ -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.0/developer_manual/app/index.html>`_,
|
||||
<https://doc.owncloud.org/server/8.2/developer_manual/app/index.html>`_,
|
||||
where you can find information about creating and adding your own apps.
|
||||
|
||||
Using Custom App Directories
|
||||
@@ -149,4 +149,4 @@ To enable installation from your own apps store:
|
||||
<?php
|
||||
|
||||
"appstoreenabled" => true,
|
||||
"appstoreurl" => "http://api.apps.owncloud.com/v1",
|
||||
"appstoreurl" => "http://api.apps.owncloud.com/v1",
|
||||
|
||||
@@ -33,7 +33,7 @@ If you can't find a solution, please use our `bugtracker`_.
|
||||
.. _the ownCloud User mailing list: https://mailman.owncloud.org/mailman/listinfo/user
|
||||
.. _webchat: http://webchat.freenode.net/?channels=owncloud
|
||||
.. _Enterprise Edition: https://owncloud.com/lp/community-or-enterprise/
|
||||
.. _bugtracker: http://doc.owncloud.org/server/8.0/developer_manual/bugtracker/index.html
|
||||
.. _bugtracker: http://doc.owncloud.org/server/8.2/developer_manual/bugtracker/index.html
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
|
||||
General Troubleshooting
|
||||
|
||||
@@ -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.0/admin_manual/#installation>`_ (**Section**: Manual Installation - Prerequisites).
|
||||
First `set up your web server and database <http://doc.owncloud.org/server/8.2/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.0/admin_manual/#installation>`_
|
||||
* Using the `stable version <http://doc.owncloud.org/server/8.2/admin_manual/#installation>`_
|
||||
.. TODO ON RELEASE: Update version number above on release
|
||||
* Using the development version from `GitHub`_ which will be explained below.
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ or sign up for hosted ownCloud services. See the `Get Started
|
||||
.. -----------------------------
|
||||
|
||||
.. * `Howto, demo, news, and Webinar videos
|
||||
.. <https://doc.owncloud.org/server/8.0/admin_manual/videos/index.html>`_
|
||||
.. <https://doc.owncloud.org/server/8.2/admin_manual/videos/index.html>`_
|
||||
.. * `What's New in ownCloud 8
|
||||
.. <https://owncloud.org/eight>`_ Video introduction to ownCloud 8.
|
||||
.. * `Where to get help
|
||||
@@ -58,7 +58,7 @@ This documents the *latest production* version of ownCloud.
|
||||
<https://doc.owncloud.org/server/8.1/ownCloudServerAdminManual.pdf>`_)
|
||||
* `Developer Manual <https://doc.owncloud.org/server/8.1/developer_manual/>`_
|
||||
(`Download PDF
|
||||
<https://doc.owncloud.org/server/8.1/ownCloudDeveloperManual.pdf>`_)
|
||||
<https://doc.owncloud.org/server/8.1/ownCloudDeveloperManual.pdf>`_)
|
||||
|
||||
------------
|
||||
ownCloud 8.0
|
||||
|
||||
@@ -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.0/admin_manual/configuration_files/
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/configuration_files/
|
||||
external_storage_configuration_gui.html>`_ in the ownCloud Administrator's
|
||||
manual for configuration howtos and examples.
|
||||
|
||||
@@ -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.0/admin_manual/installation/
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/installation/
|
||||
apps_management_installation.html>`_
|
||||
section of the `ownCloud Server Administration Manual
|
||||
<https://doc.owncloud.org/server/8.0/admin_manual/html>`_.
|
||||
<https://doc.owncloud.org/server/8.2/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.
|
||||
|
||||
@@ -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.0/admin_manual/installation/
|
||||
<https://doc.owncloud.org/server/8.2/admin_manual/installation/
|
||||
apps_management_installation.html>`_
|
||||
section of the `ownCloud Server Administration Manual
|
||||
<https://doc.owncloud.org/server/8.0/admin_manual/html>`_.
|
||||
<https://doc.owncloud.org/server/8.2/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
|
||||
|
||||
Reference in New Issue
Block a user