Skip to content

Commit 4a27ef4

Browse files
committed
fix relative links
1 parent 536bfef commit 4a27ef4

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/azure-functions/functions-bindings-azure-sql-input.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: drskwier
1111

1212
The Azure SQL input binding retrieves data from a database and passes it to the input parameter of the function.
1313

14-
For information on setup and configuration details, see the [overview](./functions-bindings-azuresql.md).
14+
For information on setup and configuration details, see the [overview](./functions-bindings-azure-sql.md).
1515

1616
<a id="example" name="example"></a>
1717

@@ -168,4 +168,4 @@ The Azure SQL binding for Azure Functions does not currently support Python.
168168

169169
## Next steps
170170

171-
- [Save data to a database (Output binding)](./functions-bindings-azuresql-output.md)
171+
- [Save data to a database (Output binding)](./functions-bindings-azure-sql-output.md)

articles/azure-functions/functions-bindings-azure-sql-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.author: drskwier
1111

1212
The Azure SQL output binding lets you write to a database.
1313

14-
For information on setup and configuration details, see the [overview](./functions-bindings-azuresql.md).
14+
For information on setup and configuration details, see the [overview](./functions-bindings-azure-sql.md).
1515

1616

1717
<a id="example" name="example"></a>
@@ -167,4 +167,4 @@ The Azure SQL binding for Azure Functions does not currently support Python.
167167

168168
## Next steps
169169

170-
- [Read data from a database (Input binding)](./functions-bindings-azuresql-input.md)
170+
- [Read data from a database (Input binding)](./functions-bindings-azure-sql-input.md)

articles/azure-functions/functions-bindings-azure-sql.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This set of articles explains how to work with [Azure SQL](/azure/azure-sql/) bi
1313

1414
| Action | Type |
1515
|---------|---------|
16-
| Read data from a database | [Input binding](./functions-bindings-azuresql-input.md) |
17-
| Save data to a database |[Output binding](./functions-bindings-azuresql-output.md) |
16+
| Read data from a database | [Input binding](./functions-bindings-azure-sql-input.md) |
17+
| Save data to a database |[Output binding](./functions-bindings-azure-sql-output.md) |
1818

1919
> [!NOTE]
2020
> This reference is for [Azure Functions version 2.x and higher](functions-versions.md).
@@ -52,5 +52,5 @@ The Azure SQL bindings for Azure Functions are open source and available on the
5252

5353
## Next steps
5454

55-
- [Read data from a database (Input binding)](./functions-bindings-azuresql-input.md)
56-
- [Save data to a database (Output binding)](./functions-bindings-azuresql-output.md)
55+
- [Read data from a database (Input binding)](./functions-bindings-azure-sql-input.md)
56+
- [Save data to a database (Output binding)](./functions-bindings-azure-sql-output.md)

0 commit comments

Comments
 (0)