Skip to content

Commit 5a11fd8

Browse files
author
Raileen Del Rosario
committed
correcting source files
1 parent 182724e commit 5a11fd8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

launcher-csharp/ConnectedFields/Views/Eg001SetConnectedFields/cf001.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
<p>
2222
@Html.Raw(@String.Format(ViewBag.SupportingTexts.ViewSourceFile, "<a target='_blank' href=" + @ViewBag.source +
23-
">SendWithThirdPartyNotary.cs</a>"))
23+
">SetConnectedFields.cs</a>"))
2424
</p>
2525

2626
<form class="eg" action="" method="post" data-busy="form">

launcher-csharp/Navigator/Views/Nav001ListAgreements/nav001.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<partial name="../../../Views/Shared/LinkToMethodView" model="ViewBag.CodeExampleText" />
1212

1313
<p>
14-
@Html.Raw(@String.Format(ViewBag.SupportingTexts.ViewSourceFile, "<a target='_blank' href=" + @ViewBag.source + ">SendWithThirdPartyNotary.cs</a>"))
14+
@Html.Raw(@String.Format(ViewBag.SupportingTexts.ViewSourceFile, "<a target='_blank' href=" + @ViewBag.source + ">NavigatorMethods.cs</a>"))
1515
</p>
1616

1717
<form class="eg" action="" method="post" data-busy="form">

launcher-csharp/Navigator/Views/Nav002GetSingleAgreement/nav002.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<partial name="../../../Views/Shared/LinkToMethodView" model="ViewBag.CodeExampleText" />
1717

1818
<p>
19-
@Html.Raw(@String.Format(ViewBag.SupportingTexts.ViewSourceFile, "<a target='_blank' href=" + @ViewBag.source + ">SendWithThirdPartyNotary.cs</a>"))
19+
@Html.Raw(@String.Format(ViewBag.SupportingTexts.ViewSourceFile, "<a target='_blank' href=" + @ViewBag.source + ">NavigatorMethods.cs</a>"))
2020
</p>
2121

2222
<form class="eg" action="" method="post" data-busy="form">

0 commit comments

Comments
 (0)