Skip to content

Commit

Permalink
Fixed broken internal links
Browse files Browse the repository at this point in the history
  • Loading branch information
groganz committed May 4, 2016
1 parent 36b1501 commit bf15d4d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions developer/cookbook/connect_a_new_online_channel.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ XING activity stream and post updates to it.
Assumptions and Prerequisites
-----------------------------
* You have a `Symfony environment`_ meeting all the system requirements.
* You have a working `CampaignChain development installation`_.
* You have a working :doc:`CampaignChain development installation </administrator/installation/dev>`.
* You have a good understanding of the OAuth authentication process.
* You have a good understanding of the XING REST API.
`Learn more about the API`_.
* You have an application registered with XING and have obtained the
necessary keys. `Register your application`_.
* You have an account registered with XING, or you have access to the
`CampaignChain live development environment`_ (optional, for testing).
:doc:`CampaignChain live development environment </developer/book/development_environment>` (optional, for testing).

Overview
--------
Expand Down Expand Up @@ -1967,7 +1967,7 @@ detail`_.

The *execute()* method does the work of collecting data from the XING API
and saving it to the CampaignChain database...but how is it invoked? That's
where the *schedule()* method comes in – it creates a new SchedulerReportOperation
where the *schedule()* method comes in it creates a new SchedulerReportOperation
that runs periodically for a specified operation. In this case, the scheduler
is configured to collect data every hour, and run for as long as the campaign
associated with the operation.
Expand Down Expand Up @@ -2007,8 +2007,6 @@ location and begin posting news to it. Try it out for yourself and see
how easy it is!


.. _CampaignChain live development environment: /developer/book/development_environment.html
.. _CampaignChain development installation: /administrator/installation/dev.html
.. _XING: http://www.xing.com
.. _Symfony environment: http://symfony.com/doc/current/book/installation.html
.. _Learn more about the API: https://dev.xing.com/docs
Expand Down

0 comments on commit bf15d4d

Please sign in to comment.