You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ This project has adopted the Microsoft Open Source Code of Conduct. For more inf
12
12
13
13
### SQL Setup
14
14
15
-
In order to test changes it is suggested that you have a SQL server set up to connect to and run queries against. Instructions to set this up can be found in the [Quick Start Guide](./README.md#quick-start)
15
+
In order to test changes it is suggested that you have a SQL server set up to connect to and run queries against. Instructions to set this up can be found in the [Quick Start Guide](./docs/GeneralSetup.md)
16
16
17
17
### Set Up Development Environment
18
18
@@ -28,6 +28,6 @@ code .
28
28
3. Install extensions when prompted after VS Code opens
29
29
- Note: This includes the Azure Functions, C#, and editorconfig extensions
30
30
31
-
4. Configure the Function App located in the [samples](./samples) folder by following the instructions [here](./README.md#configure-function-app)
31
+
4. Configure the Function App located in the [samples](./samples) folder by following the instructions [here](./docs/GeneralSetup.md#configure-function-app)
32
32
33
33
5. Press F5 to run SQL bindings samples that are included in this repo. The output window should display startup information as well as the function endpoints that were started.
0 commit comments