Skip to content

Commit ac158a7

Browse files
committed
Update external link convention
1 parent 00d2e62 commit ac158a7

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

entity-framework/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ uid: index
211211
</div>
212212
<div class="cardText">
213213
<h3>
214-
<a href="https://docs.microsoft.com/dotnet/api/?view=efcore-2.1">API Reference</a>
214+
<a href="https://docs.microsoft.com/dotnet/api/?view=efcore-2.1">API Reference</a>
215215
</h3>
216216
<p>
217217
<a href="https://docs.microsoft.com/dotnet/api/microsoft.entityframeworkcore.dbcontext">DbContext</a>
@@ -272,7 +272,7 @@ uid: index
272272
</div>
273273
</div>
274274
<div class="cardText">
275-
<h3>API Reference</h3>
275+
<h3>API Reference</h3>
276276
<p>Browse the Entity Framework 6 API, organized by namespace.</p>
277277
</div>
278278
</div>

entity-framework/toc.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
href: index.md
33
items:
44
- name: EF Core & EF6
5-
items:
5+
items:
66
- name: Compare EF Core & EF6
77
href: efcore-and-ef6/index.md
88
- name: Port from EF6 to EF Core
@@ -53,7 +53,7 @@
5353
href: core/get-started/index.md
5454
- name: Installing EF Core
5555
href: core/get-started/install/index.md
56-
- name: "ASP.NET Core Tutorial"
56+
- name: ASP.NET Core Tutorial >>
5757
href: /aspnet/core/data/ef-rp/intro
5858
- name: Fundamentals
5959
items:
@@ -230,7 +230,7 @@
230230
href: core/miscellaneous/cli/dbcontext-creation.md
231231
- name: Design-time Services
232232
href: core/miscellaneous/cli/services.md
233-
- name: "EF Core API Reference"
233+
- name: EF Core API Reference >>
234234
href: /dotnet/api/?view=efcore-3.1
235235
- name: Entity Framework 6
236236
items:
@@ -352,7 +352,7 @@
352352
href: ef6/modeling/code-first/conventions/model.md
353353
- name: Fluent Configuration
354354
items:
355-
- name: Relationships
355+
- name: Relationships
356356
href: ef6/modeling/code-first/fluent/relationships.md
357357
- name: Types and Properties
358358
href: ef6/modeling/code-first/fluent/types-and-properties.md
@@ -398,7 +398,7 @@
398398
href: ef6/modeling/designer/table-splitting.md
399399
- name: Inheritance Mappings
400400
items:
401-
- name: Table per Hierarchy
401+
- name: Table per Hierarchy
402402
href: ef6/modeling/designer/inheritance/tph.md
403403
- name: Table per Type
404404
href: ef6/modeling/designer/inheritance/tpt.md
@@ -418,7 +418,7 @@
418418
items:
419419
- name: Overview
420420
href: ef6/modeling/designer/codegen/index.md
421-
- name: Legacy ObjectContext
421+
- name: Legacy ObjectContext
422422
href: ef6/modeling/designer/codegen/legacy-objectcontext.md
423423
- name: Advanced
424424
items:
@@ -538,5 +538,5 @@
538538
href: ef6/resources/licenses/ef6/kor.md
539539
- name: Russian
540540
href: ef6/resources/licenses/ef6/rus.md
541-
- name: "EF6 API Reference"
541+
- name: EF6 API Reference >>
542542
href: https://docs.microsoft.com/dotnet/api/?view=entity-framework-6.2.0

0 commit comments

Comments
 (0)