From d6ef9b0154daec3fdcad32810a0ad41050c49b72 Mon Sep 17 00:00:00 2001 From: Mark Harrah Date: Thu, 28 Mar 2013 16:08:23 -0400 Subject: [PATCH] Docs: fix ScopeFilter API doc links --- src/sphinx/Detailed-Topics/Tasks.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sphinx/Detailed-Topics/Tasks.rst b/src/sphinx/Detailed-Topics/Tasks.rst index 623ab477a..95b96d884 100644 --- a/src/sphinx/Detailed-Topics/Tasks.rst +++ b/src/sphinx/Detailed-Topics/Tasks.rst @@ -267,7 +267,7 @@ The next section describes various ways to construct a ScopeFilter. ScopeFilter ----------- -A basic `ScopeFilter <../../api/sbt/ScopeFilter.html>`_ is constructed by the ``ScopeFilter.apply`` method. +A basic ``ScopeFilter`` is constructed by the ``ScopeFilter.apply`` method. This method makes a ``ScopeFilter`` from filters on the parts of a ``Scope``: a ``ProjectFilter``, ``ConfigurationFilter``, and ``TaskFilter``. The simplest case is explicitly specifying the values for the parts: @@ -298,7 +298,7 @@ These methods can be organized into four groups: * Default filter (``inAnyProject``, ``inAnyConfiguration``, ``inAnyTask``) * Project relationships (``inAggregates``, ``inDependencies``) -See the `API documentation <../../api/sbt/ScopeFilter.html#Make>`_ for details. +See the `API documentation <../../api/sbt/ScopeFilter$$Make.html>`_ for details. Combining ScopeFilters ~~~~~~~~~~~~~~~~~~~~~~