Skip to content

Commit 268d37d

Browse files
committed
relative
1 parent c7ef4c1 commit 268d37d

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@ SELECT pgml.transform(
9797
```
9898

9999
## Tabular data
100-
- [47+ classification and regression algorithms](/docs/open-source/pgml/api/pgml.train)
100+
- [47+ classification and regression algorithms](https://postgresml.org/docs/open-source/pgml/api/pgml.train)
101101
- [8 - 40X faster inference than HTTP based model serving](https://postgresml.org/blog/postgresml-is-8x-faster-than-python-http-microservices)
102102
- [Millions of transactions per second](https://postgresml.org/blog/scaling-postgresml-to-one-million-requests-per-second)
103-
- [Horizontal scalability](https://github.com/postgresml/pgcat)
103+
- [Horizontal scalability](https://postgresml.org/docs/open-source/pgcat/)
104104

105105
**Training a classification model**
106106

pgml-dashboard/src/api/cms.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -866,9 +866,7 @@ pub async fn careers_apply(title: PathBuf, cluster: &Cluster) -> Result<Response
866866
pub async fn api_redirect(path: PathBuf) -> Redirect {
867867
match path.to_str().unwrap() {
868868
"apis" => Redirect::permanent("/docs/open-source/korvus/"),
869-
"client-sdk/search" => {
870-
Redirect::permanent("/docs/open-source/korvus/guides/document-search")
871-
}
869+
"client-sdk/search" => Redirect::permanent("/docs/open-source/korvus/guides/document-search"),
872870
"client-sdk/getting-started" => Redirect::permanent("/docs/open-source/korvus/"),
873871
"sql-extensions/pgml.predict/" => Redirect::permanent("/docs/open-source/pgml/api/pgml.predict/"),
874872
"sql-extensions/pgml.deploy" => Redirect::permanent("/docs/open-source/pgml/api/pgml.deploy"),

0 commit comments

Comments
 (0)