Skip to content

Commit 496f3b1

Browse files
authored
Merge pull request geerlingguy#84 from barisi/master
Fixed incorrect port number
2 parents 021fabe + 2a7578a commit 496f3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Note: *If there are any errors during the course of running `vagrant up`, and it
3030
### 3 - Configure your host machine to access the VM.
3131

3232
1. [Edit your hosts file](http://www.rackspace.com/knowledge_center/article/how-do-i-modify-my-hosts-file), adding the line `192.168.66.66 solr.test` so you can connect to the VM.
33-
2. Open your browser and access [http://solr.test:8080/solr/](http://solr.test:8080/solr).
33+
2. Open your browser and access [http://solr.test:8983/solr/](http://solr.test:8983/solr).
3434

3535
## Notes
3636

0 commit comments

Comments
 (0)