Skip to content
This repository has been archived by the owner on Mar 26, 2020. It is now read-only.

Commit

Permalink
Changes vectorizer's default baseUrl to coordinate with 7d279d60e10c5…
Browse files Browse the repository at this point in the history
…b84d7b2fa1b1013bfac2e910b82
  • Loading branch information
danielhertenstein committed Jul 26, 2019
1 parent 81324fc commit a86dab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addon/pages/vector.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h1>Vectorizer</h1>
</div>
<div>
<label for="baseUrl" title="This gets prepended to each page title to make a URL.">Base URL:</label>
<input type="text" size="30" id="baseUrl" value="http://127.0.0.1:8000/training/">
<input type="text" size="30" id="baseUrl" value="https://localhost:8000/training/">
</div>
<div>
<input type="checkbox" id="retryOnError" checked="checked">
Expand Down

2 comments on commit a86dab8

@danielhertenstein
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I thought the commit hash would link. I wanted to reference the merge commit from this PR: mozilla/fathom#117

@erikrose
Copy link
Contributor

Choose a reason for hiding this comment

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

GH "helpfully" splits the first line after 60 chars.

Please sign in to comment.