From 6288bd6bcf7b05db8476bcf4b7d42a6c266e1ded Mon Sep 17 00:00:00 2001 From: vrana Date: Fri, 10 Aug 2012 14:15:15 -0700 Subject: [PATCH] Fix doc links Summary: I will also commit fixes in other repos. Test Plan: LinkChecker Reviewers: epriestley Reviewed By: epriestley CC: aran, Korvin Differential Revision: https://secure.phabricator.com/D3242 --- src/configuration/ArcanistConfiguration.php | 3 --- src/lint/engine/ArcanistSingleLintEngine.php | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/configuration/ArcanistConfiguration.php b/src/configuration/ArcanistConfiguration.php index e89e7f0c..02f39566 100644 --- a/src/configuration/ArcanistConfiguration.php +++ b/src/configuration/ArcanistConfiguration.php @@ -22,9 +22,6 @@ * new workflows (and extend existing workflows) by subclassing it and then * pointing to your subclass in your project configuration. * - * For instructions on how to extend this class and customize Arcanist in your - * project, see @{article:Building New Configuration Classes}. - * * When specified as the **arcanist_configuration** class in your project's * ##.arcconfig##, your subclass will be instantiated (instead of this class) * and be able to handle all the method calls. In particular, you can: diff --git a/src/lint/engine/ArcanistSingleLintEngine.php b/src/lint/engine/ArcanistSingleLintEngine.php index a8ad32fa..35c4ac38 100644 --- a/src/lint/engine/ArcanistSingleLintEngine.php +++ b/src/lint/engine/ArcanistSingleLintEngine.php @@ -18,7 +18,7 @@ /** * Run a single linter on every path unconditionally. This is a glue engine for - * linters like @{class:ArcanistScriptAndRegexLintEngine}, if you are averse to + * linters like @{class:ArcanistScriptAndRegexLinter}, if you are averse to * writing a phutil library. Your linter will receive every path, including * paths which have been moved or deleted. *