Browse Source

Merge pull request #311 from VaclavElias/master

chore: Minor content updates
Vaclav Elias 1 year ago
parent
commit
79141ea39f
2 changed files with 2 additions and 3 deletions
  1. 1 2
      en/contributors/engine/architecture/build-details.md
  2. 1 1
      en/toc.yml

+ 1 - 2
en/contributors/engine/architecture/build-details.md

@@ -1,8 +1,7 @@
 # Build details
 This is a technical description what happens in our build and how it is organized. This covers mostly the build architecture of Stride itself.
 
-* [Targets](../Targets) contains the MSBuild target files used by Games
-* [sources/common/targets](../sources/common/targets) (generic) and [sources/targets](https://github.com/stride3d/stride/tree/master/sources/targets) (Stride-specific) contains the MSBuild target files used to build Stride itself.
+* [sources/targets](https://github.com/stride3d/stride/tree/master/sources/targets) (Stride-specific) contains the MSBuild target files used to build Stride itself.
 
 Since 3.1, we switched from our custom build system to the new csproj system with one nuget package per assembly.
 

+ 1 - 1
en/toc.yml

@@ -23,6 +23,6 @@
 # - name: 🔍 Diagnostics
 #   href: diagnostics/
 #   homepage: diagnostics/index.md
-- name: 🏋🏽 Community resources ⭐New
+- name: 🏋🏽 Community resources
   href: community-resources/
   homepage: community-resources/index.md