Skip to content

Commit 971c469

Browse files
authored
Reverting bad links (#51)
These links were created by a bad find and replace here: 50d46b5
1 parent 1fc5fca commit 971c469

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<p align="center"><img src="https://github.com/elastic/app-search-reference-ui-react/blob/master/logo-app-search.png?raw=true" alt="Elastic App Search Logo"></p>
22

33
> A configurable, generic search UI for
4-
> any [Elastic App Search](https://www.elastic.co/cloud/search-lib-service) Engine.
4+
> any [Elastic App Search](https://www.elastic.co/products/app-search) Engine.
55
66
## Contents
77

@@ -31,7 +31,7 @@ Run the following commands to start this application:
3131
# Run the `cd` command to change the current directory to the
3232
# location of your downloaded Reference UI. Replace the path
3333
# below with the actual path of your project.
34-
cd ~/Downloads/search-lib-reference-ui
34+
cd ~/Downloads/app-search-reference-ui
3535

3636
# Run this to set everything up
3737
npm install
@@ -75,7 +75,7 @@ The following is a complete list of options available for configuration in [engi
7575
| `titleField` | String | optional | The field to display as the title in results. |
7676
| `urlField` | String | optional | A field with a url to use as a link in results. |
7777
| `sortFields` | Array[String] | optional | A list of fields that will be used for sort options. |
78-
| `facets` | Array[String] | optional | A list of fields that will be available as "facet" filters. Read more about facets within the [App Search documentation](https://swiftype.com/documentation/search-lib/guides/facets). |
78+
| `facets` | Array[String] | optional | A list of fields that will be available as "facet" filters. Read more about facets within the [App Search documentation](https://swiftype.com/documentation/app-search/guides/facets). |
7979

8080
### External configuration
8181

0 commit comments

Comments
 (0)