@@ -350,7 +350,7 @@ the following section [Find More](#find-more).
350350The Level Zero RT for ` GPU ` , OpenCL RT for ` GPU ` , OpenCL RT for ` CPU ` , FPGA
351351emulation RT and TBB runtime which are needed to run DPC++ application
352352on 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 )
354354and installed following the instructions below. The same versions are used in
355355PR testing.
356356
@@ -383,7 +383,7 @@ run the following commands
383383 ```
384384
3853853) 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,
387387for the archive oneapi-tbb-< tbb_version> -lin.tgz:
388388
389389 ` ` ` bash
@@ -436,11 +436,11 @@ not working properly.
436436
4374372) 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
440440example, to ` c:\o clcpu_rt_< cpu_version> ` .
441441
4424423) 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
444444example, to ` c:\o neapi-tbb-< tbb_version> ` .
445445
4464464) Run ` Command Prompt` as ` Administrator` . To do that click ` Start` button,
0 commit comments