Skip to content

Commit

Permalink
Fix broken links (#1618)
Browse files Browse the repository at this point in the history
  • Loading branch information
lferran authored Nov 29, 2023
1 parent fdb68e3 commit 84923b4
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion charts/nucliadb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/nucliadb_ingest/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/nucliadb_node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/nucliadb_reader/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/nucliadb_search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/nucliadb_shared/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/nucliadb_train/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
2 changes: 1 addition & 1 deletion charts/nucliadb_writer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ keywords:
- nucliadb
- nuclia
home: https://nuclia.com
icon: https://nucliadb.com/wp-content/uploads/2023/02/logo-2.svg
icon: https://nuclia.com/wp-content/uploads/2021/12/logo-fooer.png
sources:
- https://github.com/nuclia/nucliadb
maintainers:
Expand Down
3 changes: 2 additions & 1 deletion nucliadb/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def load_reqs(filename):
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
],
url="https://nucliadb.com",
url="https://docs.nuclia.dev/docs/guides/nucliadb/intro",
author="NucliaDB Community",
keywords="search, semantic, AI",
author_email="[email protected]",
Expand Down Expand Up @@ -87,6 +87,7 @@ def load_reqs(filename):
"Nuclia": "https://nuclia.com",
"Github": "https://github.com/nuclia/nucliadb",
"Discord": "https://discord.gg/8EvQwmsbzf",
"API Reference": "https://docs.nuclia.dev/docs/api",
},
extras_require={
"redis": ["redis>=4.3.4"],
Expand Down
2 changes: 1 addition & 1 deletion nucliadb_sdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def load_reqs(filename):
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3 :: Only",
],
url="https://nucliadb.com",
url="https://docs.nuclia.dev/docs/guides/nucliadb/python_nucliadb_sdk",
python_requires=">=3.8, <4",
license="BSD",
zip_safe=True,
Expand Down

1 comment on commit 84923b4

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 84923b4 Previous: 6a3e3cd Ratio
nucliadb/search/tests/unit/search/test_fetch.py::test_highligh_error 12962.767453999613 iter/sec (stddev: 1.4641045728845444e-7) 6621.622688322887 iter/sec (stddev: 0.000003234538187648496) 0.51

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.