Skip to content

Commit aa22a8c

Browse files
committed
fix a 404 link in an old blog post
1 parent 1b88de7 commit aa22a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: blog/_posts/2017-08-28-gsoc-connecting-contributors-with-projects.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The code for Contributing Info was committed in 2 pull requests, 1 for the [back
5656
### Challenge
5757
One interesting challenge I ran into was filtering a project's issues based on a search term. For example, say a user is searching for all issues related to documentation so they enter "docs" as a search term in the Contributing Search page. A project called akka-http has some beginner-friendly issues, one of which is related to documentation with the title "#22874 - Add examples to Sink.actorRefWithAck and Source.queue docs". Since this is the only issue for akka-http that has "docs" in its title, it should be the only issue that shows up for akka-http in the search results.
5858

59-
All the projects in Scaladex are stored in an [Elasticsearch index](https://www.elastic.co/blog/what-is-an-elasticsearch-index) which is like a database in a relational database. Each project stored in Elasticsearch has the following fields:
59+
All the projects in Scaladex are stored in an [Elasticsearch index](https://web.archive.org/web/20250308184311/https://www.elastic.co/blog/what-is-an-elasticsearch-index) which is like a database in a relational database. Each project stored in Elasticsearch has the following fields:
6060
```
6161
name: Text
6262
description: Text

0 commit comments

Comments
 (0)