Skip to content

Commit 0e8e80d

Browse files
authored
Update README.md
Remove references to public site
1 parent 9563624 commit 0e8e80d

1 file changed

Lines changed: 3 additions & 28 deletions

File tree

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ and record-playback through proxying.
3636

3737
![how it works](https://github.com/bbyars/mountebank/blob/master/src/public/images/overview.gif?raw=true)
3838

39-
See [getting started](https://www.mbtest.org/docs/gettingStarted) guide for more information.
39+
See [getting started](http://localhost:2525/docs/gettingStarted) guide for more information once you have it running locally.
4040

4141
## Install and Run
4242

@@ -48,34 +48,20 @@ Run:
4848

4949
mb
5050

51-
There are a number of [command line options](https://www.mbtest.org/docs/commandLine) if you need
51+
There are a number of [command line options](http://localhost:2525/docs/commandLine) if you need
5252
to customize mountebank.
5353

5454
All pre-release versions of mountebank are available with the `beta` [npm tag](https://www.npmjs.com/package/mountebank).
5555
No `beta` version is published unless it has passed all tests.
5656

5757
## Learn More
5858

59-
After installing and running, view the docs in your browser at <http://localhost:2525>, or visit the
60-
[public site](https://www.mbtest.org/).
59+
After installing and running, view the docs in your browser at <http://localhost:2525>.
6160

6261
You can always learn more and support mountebank development by buying the book:
6362

6463
[![Testing Microservices with Mountebank](https://github.com/bbyars/mountebank/blob/master/src/public/images/book.jpg)](https://www.manning.com/books/testing-microservices-with-mountebank?a_aid=mb&a_bid=ee3288f4)
6564

66-
## Roadmap and Support
67-
68-
mountebank is used by a large number of companies and I think it's important to convey my best guess as to what
69-
the feature roadmap is. I've adopted GitHub tools to manage the roadmap. Specifically, the
70-
[Roadmap project](https://github.com/bbyars/mountebank/projects/9) page shows the features by release. I generally
71-
re-prioritize and update the ETAs each release.
72-
73-
Visit the [Google group](https://groups.google.com/forum/#!forum/mountebank-discuss)
74-
for any support questions. Don't be shy!
75-
76-
mountebank is provided free of charge and maintained in my free time. As such, I'm unable to make any kind
77-
of guarantees around either support turn-around time or release dates.
78-
7965
## Building
8066

8167
There are two packages: mountebank itself, and a test package called mbTest (which houses all
@@ -96,17 +82,6 @@ advertising page, those tests will fail. I suggest that, under such circumstanc
9682
and let them know that their policies are causing mountebank tests to fail. You can also set
9783
the environment variable `MB_AIRPLANE_MODE=true`, which will avoid tests requiring your DNS resolver.
9884

99-
## Support
100-
101-
I make a good faith effort to monitor conversations in the [mountebank Google group](https://groups.google.com/g/mountebank-discuss).
102-
Given that mountebank is a free tool freely maintained in my (increasingly limited) free time,
103-
I make no promises about response time (or responses at all).
104-
105-
## Contributing
106-
107-
Contributions are welcome!
108-
Some tips for contributing are in the [CONTRIBUTING.md](https://github.com/bbyars/mountebank/blob/master/CONTRIBUTING.md).
109-
11085
[npm-badge]: https://nodei.co/npm/mountebank.png?downloads=true&downloadRank=true&stars=true
11186
[npm]: https://www.npmjs.com/package/mountebank
11287
[codeclimate-badge]: https://codeclimate.com/github/bbyars/mountebank/badges/gpa.svg

0 commit comments

Comments
 (0)