Skip to content

Commit f1c1209

Browse files
authored
Clearnup reference to github.com/Azure for SONiC repositories (sonic-net#8305)
What is the motivation for this PR? All the SONiC repositories have been migrated to github.com/sonic-net. We need to correct the links referring to old URLs. How did you do it? This change is to cleanup a few references to github.com/Azure. How did you verify/test it? Document change. No test required. Signed-off-by: Xin Wang <xiwang5@microsoft.com>
1 parent cf9e1c1 commit f1c1209

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/testbed/sai_quality/ExampleCheckSonicVersionAndBuildSaiserverDocker.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ In this article, you will get known how to get a saiserver docker and get a buil
6060
```
6161
*Note: Follow the resource to get how to build a binary and docker*
6262
63-
[GitHub - Azure/sonic-buildimage: Scripts which perform an installable binary image build for SONiC](https://github.com/sonic-net/sonic-buildimage)
63+
[GitHub - sonic-net/sonic-buildimage: Scripts which perform an installable binary image build for SONiC](https://github.com/sonic-net/sonic-buildimage)
6464
6565
3. Start a local build
6666
```
@@ -106,4 +106,4 @@ In this article, you will get known how to get a saiserver docker and get a buil
106106
```
107107
# SAI repo is located inside local /code folder
108108
docker run --name saisever-builder-20201231-39 -v /code:/data -di saisever-builder-20201231-39:0.0.1 bash
109-
```
109+
```

docs/testplan/Chassis-everflow-test-plan.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66

77
# Introduction
88

9-
This is the test plan for Everflow on distributed VOQ system, as described in the [VOQ Everflow HLD](https://github.com/Azure/SONiC/blob/master/doc/voq/everflow.md).
9+
This is the test plan for Everflow on distributed VOQ system, as described in the [VOQ Everflow HLD](https://github.com/sonic-net/SONiC/blob/master/doc/voq/everflow.md).
1010

1111
# Test Setup
1212

13-
The test cases proposed in the test plan will be run in [T2 topology](https://github.com/Azure/sonic-mgmt/blob/aster/ansible/vars/topo_t2.yml).
13+
The test cases proposed in the test plan will be run in [T2 topology](https://github.com/sonic-net/sonic-mgmt/blob/aster/ansible/vars/topo_t2.yml).
1414

1515
# Test Cases
1616

tests/acl/test_acl.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -203,15 +203,15 @@ def get_t2_info(duthosts, tbinfo):
203203
if len(upstream_rifs):
204204
for port in upstream_rifs:
205205
# This code is commented due to a bug which restricts rif interfaces to
206-
# be added to global acl table - https://github.com/Azure/sonic-utilities/issues/2185
206+
# be added to global acl table - https://github.com/sonic-net/sonic-utilities/issues/2185
207207
if namespace == DEFAULT_NAMESPACE:
208208
acl_table_ports[''].append(port)
209209
else:
210210
acl_table_ports[namespace].append(port)
211211
else:
212212
for port in downstream_rifs:
213213
# This code is commented due to a bug which restricts rif interfaces to
214-
# be added to global acl table - https://github.com/Azure/sonic-utilities/issues/2185
214+
# be added to global acl table - https://github.com/sonic-net/sonic-utilities/issues/2185
215215
if namespace == DEFAULT_NAMESPACE:
216216
acl_table_ports[''].append(port)
217217
else:

tests/common/helpers/dut_utils.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ def ignore_t2_syslog_msgs(duthost):
302302
bounce which results in SAI sending messages orchagent regarding the fabric port state change.
303303
However, in linecards in T2 chassis, there is modelling of fabric ports in orchagent. Thus, orchagent generates
304304
error message indication to port object found for the port.
305-
Please see https://github.com/Azure/sonic-buildimage/issues/9033 for details.
305+
Please see https://github.com/sonic-net/sonic-buildimage/issues/9033 for details.
306306
"""
307307
if duthost.topo_type == "t2" and duthost.facts.get('platform_asic') == "broadcom-dnx":
308308
ignoreRegex = [".*orchagent.*Failed to get port by bridge port ID.*"]

0 commit comments

Comments
 (0)