Skip to content

Commit 750a0c4

Browse files
committed
Rebranded
changed url for direction, changed url at footer, and changed the name Signed-off-by: Kendrick Coleman <[email protected]>
1 parent 87712ec commit 750a0c4

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# REX-Ray Configuration Generator
22

3-
[http://rexrayconfig.codedellemc.com](http://rexrayconfig.codedellemc.com)
3+
[http://rexrayconfig.thecodeteam.com](http://rexrayconfig.thecodeteam.com)
44

55
## Description
66
A dynamically create [REX-Ray configurations](http://rexray.readthedocs.io/en/latest/user-guide/config/) based upon form inputs.
@@ -12,7 +12,7 @@ At this time, only 1 service can be added and it's encouraged to validate using
1212

1313
## Future
1414

15-
- Add new service types as they are introduced in v0.4.X.
15+
- Add new service types as they are introduced in v0.10.X.
1616
- New service forms are added using the `/services` folder
1717
- Integrate pre-error checks for certain services where one value takes precedent over another.
1818
- example. ScaleIO `System Name` vs `System ID`.
@@ -31,4 +31,8 @@ Create a fork of the project into your own reposity. Make all your necessary cha
3131
rexray-config-generator is freely distributed under the [MIT License](http://github.com/kacole2/rexray-config-generator/LICENSE "LICENSE"). See LICENSE for details.
3232

3333
## Support
34-
Please file bugs and issues on the Github issues page for this project. This is to help keep track and document everything related to this repo. For general discussions and further support you can join the [{code} Community slack channel](http://community.emccode.com/). The code and documentation are released with no warranties or SLAs and are intended to be supported through a community driven process.
34+
Please file bugs and issues on the Github issues page for this project. This is
35+
to help keep track and document everything related to this repo. For general
36+
discussions and further support you can join the [{code} Community slack
37+
channel](http://community.thecodeteam.com/). The code and documentation are
38+
released with no warranties or SLAs and are intended to be supported through a community driven process.

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<!-- pull right for webview in responsive.css -->
4343
<div id="navbar" class="collapse navbar-collapse pull-right">
4444
<ul class="nav navbar-nav">
45-
<li><a href="https://rexray.codedellemc.com/" class="banner-image" target="_blank"><img src="images/lowresrr.png" width="30px"></a></li>
45+
<li><a href="https://rexray.thecodeteam.com/" class="banner-image" target="_blank"><img src="images/lowresrr.png" width="30px"></a></li>
4646
<li><a href="http://rexray.readthedocs.io/en/stable/" class="banner-image" target="_blank"><img src="images/readthedocs-white.png" width="31px"></a></li>
4747
</ul>
4848
</div>
@@ -173,7 +173,7 @@ <h4>Step 4: Run as a service <h4 class="yamlbox">$ rexray start</h4></h4>
173173
<br>
174174
<br>
175175
<footer class="footer pull-right">
176-
<p>&copy; 2017 <a href="http://codedellemc.com/">{code} by Dell EMC</a> | <img src="images/angular.png" width="20px"></p>
176+
<p>&copy; 2017 <a href="http://thecodeteam.com/">The {code} Team</a> | <img src="images/angular.png" width="20px"></p>
177177
</footer>
178178
</div>
179179
</div>

manifest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ applications:
44
memory: 128M
55
instances: 1
66
path: .
7-
domain: emccode.com
7+
domain: thecodeteam.com
88
buildpack: staticfile_buildpack

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "rexrayconfig.emccode.com",
2+
"name": "rexrayconfig.thecodeteam.com",
33
"description": "dynamically create rexray configurations",
44
"version": "0.1.0",
55
"scripts": {

0 commit comments

Comments
 (0)