Skip to content

Commit da722d9

Browse files
authored
ci: use raw.githubusercontent for images in ReadmeFooter.md (#517)
1 parent ebd4a86 commit da722d9

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

AutoGenerateParts/ReadmeFooter.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Post-Cloning Setup on Windows
1+
2+
3+
# Post-Cloning Setup on Windows
24

35
This repository utilizes symbolic links to share code across multiple projects.
46
On Windows 10 or later, symbolic link creation is restricted by default for regular users,
@@ -8,19 +10,19 @@ To resolve this, follow the steps below to enable symbolic link creation and con
810

911
1. Open **Local Security Policy** by typing `secpol.msc` on Windows Command Prompt
1012

11-
![](https://github.com/Unity-Technologies/com.unity.toonshader/tree/master/Images/CreateSymbolicLinks_LocalSecurityPolicy.jpg)
13+
![](https://raw.githubusercontent.com/Unity-Technologies/com.unity.toonshader/master/Images/CreateSymbolicLinks_LocalSecurityPolicy.jpg)
1214

1315

1416
2. Under **User Rights Assignment**, find a policy called **Create symbolic links** and open it.
1517
- Click **Add User or Group**
1618
- Click **Object Types**
1719
- Make sure **Groups** is checked and click **OK**.
1820

19-
![](https://github.com/Unity-Technologies/com.unity.toonshader/tree/master/Images/CreateSymbolicLinks_Properties.jpg)
21+
![](https://raw.githubusercontent.com/Unity-Technologies/com.unity.toonshader/master/Images/CreateSymbolicLinks_Properties.jpg)
2022

2123
3. Type **USERS** inside the textbox and click on **Check Names** to verify it, then click **OK**.
2224

23-
![](https://github.com/Unity-Technologies/com.unity.toonshader/tree/master/Images/CreateSymbolicLinks_SelectUsers.jpg)
25+
![](https://raw.githubusercontent.com/Unity-Technologies/com.unity.toonshader/master/Images/CreateSymbolicLinks_SelectUsers.jpg)
2426

2527
4. Configure git to allow symbolic links. For example, by typing the following in Git Bash:
2628

AutoGenerateParts/ReadmeHeader.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@
22
- [English](https://docs.unity3d.com/Packages/com.unity.toonshader@latest)
33
- [日本語](https://docs.unity3d.com/ja/Packages/com.unity.toonshader@latest)
44

5+
# Unity Toon Shader
6+

0 commit comments

Comments
 (0)