Skip to content

Commit

Permalink
fix wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
awick committed Aug 12, 2019
1 parent a94a58e commit 532fa3d
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion parliament/vueapp/src/components/UpgradeBrowser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<br/>

<div class="mb-2 mt-2">
<a href="https://github.com/aol/moloch/wiki/FAQ#what-browsers-are-supported"
<a href="https://molo.ch/faq#what-browsers-are-supported"
class="no-decoration">
Which browsers are supported?
</a>
Expand Down
2 changes: 1 addition & 1 deletion release/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ See https://molo.ch/faq#moloch-is-not-working for issues

Additional information can be found at:
* https://molo.ch/faq
* https://github.com/aol/moloch/wiki/Settings
* https://molo.ch/settings
4 changes: 2 additions & 2 deletions release/config.ini.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Latest settings documentation: https://github.com/aol/moloch/wiki/Settings
# Latest settings documentation: https://molo.ch/settings
#
# Moloch uses a tiered system for configuration variables. This allows Moloch
# to share one config file for many machines. The ordering of sections in this
Expand Down Expand Up @@ -276,7 +276,7 @@ logFileCreation = true


### High Performance settings
# https://github.com/aol/moloch/wiki/Settings#High_Performance_Settings
# https://molo.ch/settings#high-performance-settings
# magicMode=basic
# pcapReadMethod=tpacketv3
# tpacketv3NumThreads=2
Expand Down
2 changes: 1 addition & 1 deletion release/wise.ini.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# WISE Service Config - https://github.com/aol/moloch/wiki/WISE
# WISE Service Config - https://molo.ch/wise
[wiseService]
port = 8081

Expand Down
2 changes: 1 addition & 1 deletion viewer/vueapp/src/components/help/Help.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@
<div class="col-sm-12">
<a class="btn btn-link" href="https://molo.ch">Home Page</a> |
<a class="btn btn-link" href="https://molo.ch/faq">FAQ</a> |
<a class="btn btn-link" href="https://github.com/aol/moloch/wiki">Wiki</a> |
<a class="btn btn-link" href="https://molo.ch/docshome">Docs</a> |
<a class="btn btn-link" href="https://github.com/aol/moloch">GitHub</a> |
<a class="btn btn-link" href="https://slackinvite.molo.ch/">Request Slack Invite</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion wiseService/wiseService.ini.sample
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Configuration for WISE and the data sources are contained in this file.
# See https://github.com/aol/moloch/wiki/WISE
# See https://molo.ch/wise


# Configuration for the wiseService itself.
Expand Down

0 comments on commit 532fa3d

Please sign in to comment.