Skip to content

Commit 936d3f7

Browse files
Merge pull request #567 from Azure/chgagnon/nugetReadme
Use root README in nuget
2 parents 8bd917a + 1c9572d commit 936d3f7

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ This repository contains the Azure SQL bindings for Azure Functions extension co
2222
- **Output Binding**: takes a list of rows and upserts them into the user table (i.e. If a row doesn't already exist, it is added. If it does, it is updated).
2323
- **Trigger Binding**: monitors the user table for changes (i.e., row inserts, updates, and deletes) and invokes the function with updated rows.
2424

25-
For a more detailed overview of the different types of bindings see the [Bindings Overview](./docs/BindingsOverview.md).
25+
For a more detailed overview of the different types of bindings see the [Bindings Overview](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/BindingsOverview.md).
2626

2727
For further details on setup, usage and samples of the bindings see the language-specific guides below:
2828

29-
- [.NET (C# in-process)](./docs/SetupGuide_Dotnet.md)
30-
- [.NET (C# out-of-proc)](./docs/SetupGuide_DotnetOutOfProc.md)
31-
- [Java](./docs/SetupGuide_Java.md)
32-
- [Javascript](./docs/SetupGuide_Javascript.md)
33-
- [PowerShell](./docs/SetupGuide_PowerShell.md)
34-
- [Python](./docs/SetupGuide_Python.md)
29+
- [.NET (C# in-process)](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/SetupGuide_Dotnet.md)
30+
- [.NET (C# out-of-proc)](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/SetupGuide_DotnetOutOfProc.md)
31+
- [Java](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/SetupGuide_Java.md)
32+
- [Javascript](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/SetupGuide_Javascript.md)
33+
- [PowerShell](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/SetupGuide_PowerShell.md)
34+
- [Python](https://github.com/Azure/azure-functions-sql-extension/blob/main/docs/SetupGuide_Python.md)
3535

3636
Further information on the Azure SQL binding for Azure Functions is also available in the [docs](https://aka.ms/sqlbindings).
3737

src/Microsoft.Azure.WebJobs.Extensions.Sql.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
</Reference>
4949
<None Include="pkgicon.png" Pack="true" PackagePath="" />
5050
<None Include="..\lib\Microsoft.SqlServer.TransactSql.ScriptDom.dll" Pack="true" PackagePath="lib/$(TargetFramework)" />
51-
<None Include=".\README.md" Pack="true" PackagePath="" />
51+
<None Include="..\README.md" Pack="true" PackagePath="" />
5252
</ItemGroup>
5353

5454
</Project>

src/README.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)