Skip to content

Commit 653bb2d

Browse files
authored
Update README.md
1 parent d047376 commit 653bb2d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The above list is a guideline for major versions of SRP, but there are often mul
4545

4646
After you decide which version of SRP to use:
4747

48-
1. Go to the [Scriptable Render Pipeline repository](https://github.com/Unity-Technologies/ScriptableRenderPipeline).
48+
1. Go to the [Unity Grpahics repository](https://github.com/Unity-Technologies/Graphics).
4949
2. Click the **Branch** drop-down then click the **Tags** tab.
5050
3. Find the tag that corresponds to the version of SRP you want to use. When you clone the repository, you use this tag to check out the correct branch.
5151

@@ -58,11 +58,11 @@ After you clone the repository, you can install the package into your Unity Proj
5858
### Cloning the repository using the GitHub Desktop App:
5959

6060
1. Open the GitHub Desktop App and click **File > Clone repository**.
61-
2. Click the **URL** tab and enter the following URL: https://github.com/Unity-Technologies/ScriptableRenderPipeline.
61+
2. Click the **URL** tab and enter the following URL: https://github.com/Unity-Technologies/Graphics.
6262
3. Click the **Choose…** button and navigate to your Unity Project’s base folder.
6363
4. Click the **Clone** button.
6464

65-
After you clone the repository, open your console application of choice in the ScriptableRenderPipeline folder and run the following console command:
65+
After you clone the repository, open your console application of choice in the Graphics folder and run the following console command:
6666

6767
`\> git checkout v7.1.8 (or the latest tag)`
6868

@@ -75,13 +75,13 @@ Open your console application of choice and run the following console commands:
7575
```
7676
\> cd <Path to your Unity project>
7777
78-
\> git clone https://github.com/Unity-Technologies/ScriptableRenderPipeline
78+
\> git clone https://github.com/Unity-Technologies/Graphics
7979
80-
\> cd ScriptableRenderPipeline
80+
\> cd Graphics
8181
8282
\> git checkout v7.1.8 (or the latest tag)
8383
```
8484

85-
## Sample Scenes in ScriptableRenderPipelineData
85+
## Sample Scenes in Graphics
8686

87-
Unity provides sample Scenes to use with SRP. You can find these Scenes in the [ScriptableRenderPipelineData GitHub repository](https://github.com/Unity-Technologies/ScriptableRenderPipelineData). To add the Scenes to your Project, clone the repository into your Project's Assets folder.
87+
Unity provides sample Scenes to use with SRP. You can find these Scenes in the [Graphics GitHub repository](https://github.com/Unity-Technologies/Graphics). To add the Scenes to your Project, clone the repository into your Project's Assets folder.

0 commit comments

Comments
 (0)