Skip to content

Commit a85efbd

Browse files
committed
fixed the broken link
1 parent d9168d1 commit a85efbd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-factory/data-factory-json-scripting-reference.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Policies affect the run-time behavior of an activity, specifically when the slic
101101
| longRetryInterval |TimeSpan |00:00:00 |The delay between long retry attempts |
102102

103103
### typeProperties section
104-
The typeProperties section is different for each activity. Transformation activities have just the type properties. See [DATA TRANSFORMATION ACTIVITIES](#data-transformation-activities) section in this article for JSON samples that define transformation activities in a pipeline.
104+
The typeProperties section is different for each activity. Transformation activities have just the type properties. See [DATA TRANSFORMATION ACTIVITIES](#transformation-activites) section in this article for JSON samples that define transformation activities in a pipeline.
105105

106106
**Copy activity** has two subsections in the typeProperties section: **source** and **sink**. See [DATA STORES](#data-stores) section in this article for JSON samples that show how to use a data store as a source and/or sink.
107107

@@ -215,7 +215,7 @@ Note the following points:
215215
* The Hive script file, **partitionweblogs.hql**, is stored in the Azure storage account (specified by the scriptLinkedService, called **AzureStorageLinkedService**), and in **script** folder in the container **adfgetstarted**.
216216
* The **defines** section is used to specify the runtime settings that are passed to the hive script as Hive configuration values (e.g `${hiveconf:inputtable}`, `${hiveconf:partitionedtable}`).
217217

218-
See [DATA TRANSFORMATION ACTIVITIES](#data-transformation-activities) section in this article for JSON samples that define transformation activities in a pipeline.
218+
See [DATA TRANSFORMATION ACTIVITIES](#transformation-activities) section in this article for JSON samples that define transformation activities in a pipeline.
219219

220220
For a complete walkthrough of creating this pipeline, see [Tutorial: Build your first pipeline to process data using Hadoop cluster](data-factory-build-your-first-pipeline.md).
221221

0 commit comments

Comments
 (0)