Skip to content

Commit 7269ad0

Browse files
authored
Change PWA asset cross-link to 6.0 (#34040)
1 parent a7b906b commit 7269ad0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aspnetcore/blazor/progressive-web-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@ In the app's `wwwroot/index.html` file:
120120

121121
:::moniker range="< aspnetcore-8.0"
122122

123-
* Navigate to the ASP.NET Core GitHub repository at the following URL, which links to the `release/7.0` branch reference source and assets. If you're using a version of ASP.NET Core later than 7.0, change the document version selector to see the updated guidance for this section. Select the release that you're working with from the **Switch branches or tags** dropdown list that applies to your app.
123+
* Navigate to the ASP.NET Core GitHub repository at the following URL, which links to the `release/6.0` branch reference source and assets. If you're using a version of ASP.NET Core later than 6.0, change the document version selector to see the updated guidance for this section. Select the release that you're working with from the **Switch branches or tags** dropdown list that applies to your app.
124124

125-
Blazor WebAssembly project template `wwwroot` folder
125+
[Blazor WebAssembly project template `wwwroot` folder](https://github.com/dotnet/aspnetcore/tree/release/6.0/src/ProjectTemplates/Web.ProjectTemplates/content/ComponentsWebAssembly-CSharp/Client/wwwroot)
126126

127127
[!INCLUDE[](~/includes/aspnetcore-repo-ref-source-links.md)]
128128

0 commit comments

Comments
 (0)