Spaces:
Runtime error
Runtime error
Merge pull request #262 from viccj/fix-issue-255
Browse filesπ A link to the `Websurfx` instances documentation page
- Cargo.lock +1 -1
- Cargo.toml +1 -1
- README.md +1 -0
Cargo.lock
CHANGED
@@ -3932,7 +3932,7 @@ dependencies = [
|
|
3932 |
|
3933 |
[[package]]
|
3934 |
name = "websurfx"
|
3935 |
-
version = "0.23.
|
3936 |
dependencies = [
|
3937 |
"actix-cors",
|
3938 |
"actix-files",
|
|
|
3932 |
|
3933 |
[[package]]
|
3934 |
name = "websurfx"
|
3935 |
+
version = "0.23.1"
|
3936 |
dependencies = [
|
3937 |
"actix-cors",
|
3938 |
"actix-files",
|
Cargo.toml
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
-
version = "0.23.
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
|
|
1 |
[package]
|
2 |
name = "websurfx"
|
3 |
+
version = "0.23.1"
|
4 |
edition = "2021"
|
5 |
description = "An open-source alternative to Searx that provides clean, ad-free, and organic results with incredible speed while keeping privacy and security in mind."
|
6 |
repository = "https://github.com/neon-mmd/websurfx"
|
README.md
CHANGED
@@ -4,6 +4,7 @@
|
|
4 |
<p align="center">
|
5 |
<b align="center"><a href="README.md">Readme</a></b> |
|
6 |
<b><a href="https://discord.gg/SWnda7Mw5u">Discord</a></b> |
|
|
|
7 |
<b><a href="https://discord.gg/VKCAememnr">User Showcase</a></b> |
|
8 |
<b><a href="https://github.com/neon-mmd/websurfx">GitHub</a></b> |
|
9 |
<b><a href="../../tree/HEAD/docs/">Documentation</a></b>
|
|
|
4 |
<p align="center">
|
5 |
<b align="center"><a href="README.md">Readme</a></b> |
|
6 |
<b><a href="https://discord.gg/SWnda7Mw5u">Discord</a></b> |
|
7 |
+
<b><a href="../../tree/HEAD/docs/instances.md">Instances</a></b> |
|
8 |
<b><a href="https://discord.gg/VKCAememnr">User Showcase</a></b> |
|
9 |
<b><a href="https://github.com/neon-mmd/websurfx">GitHub</a></b> |
|
10 |
<b><a href="../../tree/HEAD/docs/">Documentation</a></b>
|