diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 6df79c5c0..10c1b5362 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -186,12 +186,10 @@ issue](https://github.com/open-telemetry/opentelemetry-specification/issues/165)
## Style Guide
-This project includes a
-[`.editorconfig`](https://github.com/open-telemetry/opentelemetry-dotnet/blob/master/.editorconfig)
-file which is supported by all the IDEs/editor mentioned above. It works with
-the IDE/editor only and does not affect the actual build of the project.
+This project includes a [`.editorconfig`](./.editorconfig) file which is
+supported by all the IDEs/editor mentioned above. It works with the IDE/editor
+only and does not affect the actual build of the project.
-This repository also includes [stylecop ruleset
-files](https://github.com/open-telemetry/opentelemetry-dotnet/tree/master/build).
+This repository also includes stylecop ruleset files under the `./build` folder.
These files are used to configure the _StyleCop.Analyzers_ which runs during
build. Breaking the rules will result in a build failure.
diff --git a/docs/docfx.json b/docs/docfx.json
index 85f4f8382..bcfb20dfd 100644
--- a/docs/docfx.json
+++ b/docs/docfx.json
@@ -28,6 +28,7 @@
"resource": [
{
"files": [
+ ".editorconfig",
"docs/**.cs",
"examples/**.cs",
"src/**.cs"
diff --git a/src/OpenTelemetry.Instrumentation.SqlClient/SqlClientInstrumentationOptions.cs b/src/OpenTelemetry.Instrumentation.SqlClient/SqlClientInstrumentationOptions.cs
index 027973931..184018ef3 100644
--- a/src/OpenTelemetry.Instrumentation.SqlClient/SqlClientInstrumentationOptions.cs
+++ b/src/OpenTelemetry.Instrumentation.SqlClient/SqlClientInstrumentationOptions.cs
@@ -108,7 +108,7 @@ namespace OpenTelemetry.Instrumentation.SqlClient
/// : the activity being enriched.
/// string: the name of the event.
/// object: the raw SqlCommand object from which additional information can be extracted to enrich the activity.
- /// See also: example.
+ /// See also: example.
///
///
///