Skip to content

Commit

Permalink
Fix url example
Browse files Browse the repository at this point in the history
The example filter listed under `Running an Online Filter` contained `https://`, which causes an error when used
  • Loading branch information
MajestikButter committed Nov 6, 2021
1 parent fbf2923 commit 64f48de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_pages/docs/filters/online-filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ To add an online filter to your profile, you must write like this:

```json
{
"url": "https://github.com/username/repository/folder"
"url": "github.com/username/repository/folder"
}
```

Expand Down Expand Up @@ -56,4 +56,4 @@ As you can see, the format is pretty much identical to a [local filter](/regolit

If you need some default configuration files for your remote filter, you can create a folder called `data` in your filter folder. Here, you can store your default configuration files. When a user runs `regolith install`, this data folder will be moved into their data folder, namespaced under the name of the filter.

You can learn more about this flow [here](/regolith/docs/data-folder).
You can learn more about this flow [here](/regolith/docs/data-folder).

0 comments on commit 64f48de

Please sign in to comment.