Skip to content

Commit

Permalink
rename project-radius to radius-project (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
nithyatsu authored Aug 30, 2023
1 parent 890708b commit b43ada6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Radius

[![Radius Website](https://github.com/project-radius/website/actions/workflows/main.yml/badge.svg)](https://github.com/project-radius/website/actions/workflows/main.yml)
[![Radius Website](https://github.com/radius-project/website/actions/workflows/main.yml/badge.svg)](https://github.com/radius-project/website/actions/workflows/main.yml)

This repository contains the source code for the Radius website, available at https://radapp.dev.

Expand All @@ -11,7 +11,7 @@ This repository contains the source code for the Radius website, available at ht

1. Clone the repository
```bash
git clone https://github.com/project-radius/website.git
git clone https://github.com/radius-project/website.git
cd website
```
1. Run the development server
Expand All @@ -22,4 +22,4 @@ This repository contains the source code for the Radius website, available at ht

## Code of Conduct

Please refer to our [Radius Community Code of Conduct](https://github.com/project-radius/radius/blob/main/CODE-OF-CONDUCT.md)
Please refer to our [Radius Community Code of Conduct](https://github.com/radius-project/radius/blob/main/CODE-OF-CONDUCT.md)
2 changes: 1 addition & 1 deletion config/_default/menus.en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ weight = 2

[[main]]
name = "GitHub"
url = "https://github.com/project-radius"
url = "https://github.com/radius-project"
weight = 3

[[main]]
Expand Down

0 comments on commit b43ada6

Please sign in to comment.