Skip to content

Commit

Permalink
Use correct URL in custom mods example (#3216)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbvll authored Apr 4, 2024
1 parent ea51166 commit 9826ad9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/custom-mods/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ $ tree .
pip install -r requirements.txt
```

For [W&B](wandb.ai) you will also need a valid account.
For [W&B](https://wandb.ai) you will also need a valid account.

### Start the long-running Flower server (SuperLink)

Expand Down Expand Up @@ -328,7 +328,7 @@ flower-server-app server:app --insecure

### Check the results

For W&B, you will need to login to the [website](wandb.ai).
For W&B, you will need to login to the [website](https://wandb.ai).

For TensorBoard, you will need to run the following command in your terminal:

Expand Down

0 comments on commit 9826ad9

Please sign in to comment.