Skip to content

Commit ad88048

Browse files
[SYCL][Doc] Update link to the dependencies config file (#10291)
See #10278 as well.
1 parent a69a54f commit ad88048

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sycl/doc/GetStartedGuide.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ the following section [Find More](#find-more).
350350
The Level Zero RT for `GPU`, OpenCL RT for `GPU`, OpenCL RT for `CPU`, FPGA
351351
emulation RT and TBB runtime which are needed to run DPC++ application
352352
on Intel `GPU` or Intel `CPU` devices can be downloaded using links in
353-
[the dependency configuration file](../../buildbot/dependency.conf)
353+
[the dependency configuration file](../../devops/dependencies.json)
354354
and installed following the instructions below. The same versions are used in
355355
PR testing.
356356

@@ -383,7 +383,7 @@ run the following commands
383383
```
384384

385385
3) Extract or build TBB libraries using links in
386-
[the dependency configuration file](../../buildbot/dependency.conf). For example,
386+
[the dependency configuration file](../../devops/dependencies.json). For example,
387387
for the archive oneapi-tbb-<tbb_version>-lin.tgz:
388388

389389
```bash
@@ -436,11 +436,11 @@ not working properly.
436436

437437
2) Extract the archive with OpenCL runtime for Intel `CPU` and/or for Intel
438438
`FPGA` emulation using links in
439-
[the dependency configuration file](../../buildbot/dependency.conf). For
439+
[the dependency configuration file](../../devops/dependencies.json). For
440440
example, to `c:\oclcpu_rt_<cpu_version>`.
441441

442442
3) Extract the archive with TBB runtime or build it from sources using links
443-
in [the dependency configuration file](../../buildbot/dependency.conf). For
443+
in [the dependency configuration file](../../devops/dependencies.json). For
444444
example, to `c:\oneapi-tbb-<tbb_version>`.
445445

446446
4) Run `Command Prompt` as `Administrator`. To do that click `Start` button,

0 commit comments

Comments
 (0)