Skip to content

Commit

Permalink
Fix broken doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
smitpatel committed Jul 19, 2022
1 parent e096743 commit 64e1ab9
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Represents a SQL query string.
</summary>
<remarks>
See <see href="https://aka.ms/efcore-docs-efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
See <see href="https://aka.ms/efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
for more information.
</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Represents a column in a SQL query.
</summary>
<remarks>
See <see href="https://aka.ms/efcore-docs-efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
See <see href="https://aka.ms/efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
for more information.
</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Represents property mapping to a SQL query column.
</summary>
<remarks>
See <see href="https://aka.ms/efcore-docs-efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
See <see href="https://aka.ms/efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
for more information.
</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
Represents entity type mapping to a SQL query.
</summary>
<remarks>
See <see href="https://aka.ms/efcore-docs-efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
See <see href="https://aka.ms/efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
for more information.
</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
Extension methods for <see cref="T:Microsoft.EntityFrameworkCore.Metadata.ISqlQuery" />.
</summary>
<remarks>
See <see href="https://aka.ms/efcore-docs-efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
See <see href="https://aka.ms/efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
for more information.
</remarks>
</Docs>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@
</summary>
<returns>An <see cref="T:System.Linq.IQueryable`1" /> representing the interpolated string SQL query.</returns>
<remarks>
See <see href="https://aka.ms/efcore-docs-efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
See <see href="https://aka.ms/efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
for more information.
</remarks>
</Docs>
Expand Down Expand Up @@ -535,7 +535,7 @@
</summary>
<returns>An <see cref="T:System.Linq.IQueryable`1" /> representing the raw SQL query.</returns>
<remarks>
See <see href="https://aka.ms/efcore-docs-efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
See <see href="https://aka.ms/efcore-docs-raw-sql">Executing raw SQL commands with EF Core</see>
for more information.
</remarks>
</Docs>
Expand Down

0 comments on commit 64e1ab9

Please sign in to comment.