소스 검색

fix: Broken link removed

Vaclav Elias 1 년 전
부모
커밋
958120efc8
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      en/contributors/engine/architecture/build-details.md

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

@@ -1,8 +1,7 @@
 # Build details
 # 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.
 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.
 Since 3.1, we switched from our custom build system to the new csproj system with one nuget package per assembly.