Skip to content

Commit bbdfd91

Browse files
author
lihuay
committed
fix reference to github.com/Azure to github.com/sonic-net
1 parent fbd8271 commit bbdfd91

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ This repository contains documentation, Wiki, master project management, and web
44

55
Documentation covers project wide concerns such as the getting started guide, faq, general requirements for
66
contribution, developer's guide, governance, architecture, and so on. It also contains links to download and install SONiC
7-
and links to all the source. See [SONiC Wiki](https://github.com/azure/sonic/wiki) for complete information.
7+
and links to all the source. See [SONiC Wiki](https://github.com/sonic-net/sonic/wiki) for complete information.

doc/qos/dynamically-headroom-calculation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The key should be switch chip model name in captical letters.
221221

222222
##### Initialization
223223

224-
Every vendor should provide the ASIC_TABLE for all switch chips it supports in SONiC. It should be stored in `files/build_templates` in the [sonic-buildimage](https://github.com/azure/sonic-buildimage) repo.
224+
Every vendor should provide the ASIC_TABLE for all switch chips it supports in SONiC. It should be stored in `files/build_templates` in the [sonic-buildimage](https://github.com/sonic-net/sonic-buildimage) repo.
225225

226226
This template is rendered when the switch starts for the first time.
227227

@@ -311,7 +311,7 @@ This table contains the peripheral parameters, like gearbox. The key can be gear
311311

312312
##### Initialization
313313

314-
Every vendor should provide the `PERIPHERAL_TABLE` for all peripheral devices it supports in SONiC, like gearbox models. It should be stored in `files/build_templates/peripheral_config.json.j2` in the [sonic-buildimage](https://github.com/azure/sonic-buildimage) repo and `/usr/shared/sonic/template/peripheral_table.json.j2` on the switch.
314+
Every vendor should provide the `PERIPHERAL_TABLE` for all peripheral devices it supports in SONiC, like gearbox models. It should be stored in `files/build_templates/peripheral_config.json.j2` in the [sonic-buildimage](https://github.com/sonic-net/sonic-buildimage) repo and `/usr/shared/sonic/template/peripheral_table.json.j2` on the switch.
315315

316316
When the template is being rendered, all entries in `PERIPHERAL_TABLE` will be loaded into the state database.
317317

@@ -352,7 +352,7 @@ This table contains the gearbox info of each port.
352352

353353
##### Initialization
354354

355-
Every vendor should provide the `PORT_PERIPHERAL_TABLE` for platforms with gearbox installed. It should be stored in `device/<vendor>/<platform>/port_peripheral_config.json.j2` in the [sonic-buildimage](https://github.com/azure/sonic-buildimage) repo and `/usr/shared/sonic/device/<platform>/port_peripheral_config.json` on the switch.
355+
Every vendor should provide the `PORT_PERIPHERAL_TABLE` for platforms with gearbox installed. It should be stored in `device/<vendor>/<platform>/port_peripheral_config.json.j2` in the [sonic-buildimage](https://github.com/sonic-net/sonic-buildimage) repo and `/usr/shared/sonic/device/<platform>/port_peripheral_config.json` on the switch.
356356

357357
For the platforms that have an identical gearbox model for all the ports, to provide a global gearbox is enough. In this case, the key should be "global" and there is only one such items in the table.
358358

0 commit comments

Comments
 (0)