Skip to content

Commit

Permalink
Fixed broken links.
Browse files Browse the repository at this point in the history
  • Loading branch information
SangrokKang committed Aug 6, 2020
1 parent 9e55164 commit 5cbbc91
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 17 deletions.
4 changes: 1 addition & 3 deletions docs/guide-and/and-discovery-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,9 @@ ConnectableDevice has. Certain devices, although they may support the
features you are filtering for, may not pass your CapabilityFilter if
pairing is disabled.

See the `Supported Features`_ list for information on what devices
See the :doc:`Supported Features <../fundamentals/supported-feature>` list for information on what devices
require pairing for certain capabilities.

.. _Supported Features: /SupportedFeatures/

For the best user experience, Connect SDK has disabled pairing by
default. Pairing can be enabled very easily, but it must be enabled
before DiscoveryManager is started for the first time.
Expand Down
4 changes: 1 addition & 3 deletions docs/guide-cor/cor-beam-media.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,7 @@ Beam media to web app
A common use case for web apps is the playback and control of media
files. Connect SDK provides capabilities for directly
playing/controlling media on a WebAppSession, provided that web app has
integrated the `Connect SDK JavaScript Bridge`_.

.. _Connect SDK JavaScript Bridge: /docs/1-6-0/tv-web-app/
integrated the :doc:`Connect SDK JavaScript Bridge <../guide-web/index>`.

Rather than calling playMedia on your device's mediaPlayer,
webAppSession provides its own mediaPlayer. After media has been beamed
Expand Down
4 changes: 1 addition & 3 deletions docs/guide-cor/cor-connect-cordova.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,10 @@ Discover & Connect to Device
============================

This guide assumes you're working with a brand new Cordova app as
described in the `Setup Instructions`_. It will show you how to add a
described in the :doc:`Setup Instructions <cor-setup-instructions>`. It will show you how to add a
button that selects a supported smart TV on your local WiFi network and
displays a video.

.. _Setup Instructions: cor-setup-instructions

Adding a device picker button
-----------------------------

Expand Down
6 changes: 2 additions & 4 deletions docs/guide-cor/cor-discovery-manager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,9 @@ ConnectableDevice has. Certain devices, although they may support the
features you are filtering for, may not pass your CapabilityFilter if
pairing is disabled.

See the `Supported Features`_ list for information on what devices
See the :doc:`Supported Features <../fundamentals/supported-feature>` list for information on what devices
require pairing for certain capabilities.

.. _Supported Features: ../fundamentals/supported-feature

For the best user experience, Connect SDK has disabled pairing by
default. Pairing can be enabled very easily, but it must be enabled
before DiscoveryManager is started for the first time.
Expand All @@ -93,5 +91,5 @@ to prevent battery drain on the user's device.

.. seealso::

* :doc:`DiscoveryManager <../apis-cor/cor-discovery-manager>`
* :doc:`DiscoveryManager <../apis-cor/cor-discoverymanager>`
* :doc:`CapabilityFilter <../apis-cor/cor-capabilityfilter>`
4 changes: 2 additions & 2 deletions docs/guide-ios/ios-beam-media.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,6 @@ Control a playlist
.. note::
For beaming media to AirPlay devices, you must set the
:doc:`AirPlayServiceMode <../api-ios/airplayservicemode>` to
:doc:`AirPlayServiceMode <../api-ios/ios-airplayservicemode>` to
AirPlayServiceModeMedia. See the :doc:`API
docs <../api-ios/airplayservice>` for more information.
docs <../api-ios/ios-airplayservice>` for more information.
4 changes: 2 additions & 2 deletions docs/guide-ios/ios-beam-web-apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,6 @@ into the web app, the control is just like any other media session.
.. note::
For beaming media to AirPlay devices, you must set the
:doc:`AirPlayServiceMode <../api-ios/airplayservicemode>` to
:doc:`AirPlayServiceMode <../api-ios/ios-airplayservicemode>` to
AirPlayServiceModeMedia. See the :doc:`API
docs <../api-ios/airplayservice>` for more information.
docs <../api-ios/ios-airplayservice>` for more information.

0 comments on commit 5cbbc91

Please sign in to comment.