Skip to content

Commit b61d24c

Browse files
authored
[doc]: Update README.md (#2456)
* Add Azure pipelines build URLs * Update Azure links to sonic-net * Update outdated URLs
1 parent b9ade5d commit b61d24c

File tree

1 file changed

+17
-7
lines changed

1 file changed

+17
-7
lines changed

README.md

+17-7
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,18 @@
1-
[![Total alerts](https://img.shields.io/lgtm/alerts/g/Azure/sonic-swss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Azure/sonic-swss/alerts/)
2-
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/Azure/sonic-swss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Azure/sonic-swss/context:python)
3-
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/Azure/sonic-swss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/Azure/sonic-swss/context:cpp)
1+
*static analysis:*
2+
3+
[![Total alerts](https://img.shields.io/lgtm/alerts/g/sonic-net/sonic-swss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sonic-net/sonic-swss/alerts/)
4+
[![Language grade: Python](https://img.shields.io/lgtm/grade/python/g/sonic-net/sonic-swss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sonic-net/sonic-swss/context:python)
5+
[![Language grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/sonic-net/sonic-swss.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/sonic-net/sonic-swss/context:cpp)
6+
7+
*sonic-swss builds:*
8+
9+
[![master build](https://dev.azure.com/mssonic/build/_apis/build/status/Azure.sonic-swss?branchName=master&label=master)](https://dev.azure.com/mssonic/build/_build/latest?definitionId=15&branchName=master)
10+
[![202205 build](https://dev.azure.com/mssonic/build/_apis/build/status/Azure.sonic-swss?branchName=202205&label=202205)](https://dev.azure.com/mssonic/build/_build/latest?definitionId=15&branchName=202205)
11+
[![202111 build](https://dev.azure.com/mssonic/build/_apis/build/status/Azure.sonic-swss?branchName=202111&label=202111)](https://dev.azure.com/mssonic/build/_build/latest?definitionId=15&branchName=202111)
12+
[![202106 build](https://dev.azure.com/mssonic/build/_apis/build/status/Azure.sonic-swss?branchName=202106&label=202106)](https://dev.azure.com/mssonic/build/_build/latest?definitionId=15&branchName=202106)
13+
[![202012 build](https://dev.azure.com/mssonic/build/_apis/build/status/Azure.sonic-swss?branchName=202012&label=202012)](https://dev.azure.com/mssonic/build/_build/latest?definitionId=15&branchName=202012)
14+
[![201911 build](https://dev.azure.com/mssonic/build/_apis/build/status/Azure.sonic-swss?branchName=201911&label=201911)](https://dev.azure.com/mssonic/build/_build/latest?definitionId=15&branchName=201911)
415

5-
[![VS](https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/sonic-swss-build/badge/icon?subject=VS%20build)](https://sonic-jenkins.westus2.cloudapp.azure.com/job/vs/job/sonic-swss-build/)
616

717
# SONiC - SWitch State Service - SWSS
818

@@ -41,7 +51,7 @@ For your convenience, you can install prepared packages on Debian Jessie:
4151

4252
#### Install from Source
4353

44-
Checkout the source: `git clone https://github.com/Azure/sonic-swss.git` and install it yourself.
54+
Checkout the source: `git clone https://github.com/sonic-net/sonic-swss.git` and install it yourself.
4555

4656
Get SAI header files into /usr/include/sai. Put the SAI header files that you use to compile
4757
libsairedis into /usr/include/sai
@@ -64,13 +74,13 @@ You can also build a debian package using:
6474
## Need Help?
6575

6676
For general questions, setup help, or troubleshooting:
67-
- [sonicproject on Google Groups](https://groups.google.com/d/forum/sonicproject)
77+
- [sonicproject on Google Groups](https://groups.google.com/g/sonicproject)
6878

6979
For bug reports or feature requests, please open an Issue.
7080

7181
## Contribution guide
7282

73-
See the [contributors guide](https://github.com/Azure/SONiC/blob/gh-pages/CONTRIBUTING.md) for information about how to contribute.
83+
See the [contributors guide](https://github.com/sonic-net/SONiC/wiki/Becoming-a-contributor) for information about how to contribute.
7484

7585
### GitHub Workflow
7686

0 commit comments

Comments
 (0)