Skip to content

Commit

Permalink
Renamed github urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Totten committed May 25, 2018
1 parent 053721d commit 17d44be
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 40 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "Workbench",
"description": "Web-based suite of tools for administrators and developers to interact with the Force.com APIs",
"repository": "https://github.com/ryanbrainard/forceworkbench",
"repository": "https://github.com/forceworkbench/forceworkbench",
"keywords": ["Salesforce", "Force.com", "API", "PHP"],
"logo": "https://raw.githubusercontent.com/ryanbrainard/forceworkbench/master/assets/logos/blueCube-256x256.png",
"logo": "https://raw.githubusercontent.com/forceworkbench/forceworkbench/master/assets/logos/blueCube-256x256.png",
"env": {
"MAX_WORKERS": "5",
"WEB_CONCURRENCY": "4",
Expand Down
17 changes: 7 additions & 10 deletions workbench/about.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,19 @@
For support from the open source community, please visit the resources
below:</p>
<ul>
<li><a href="http://wiki.developerforce.com/page/Workbench"
target="_blank">Main Page</a></li>
<li><a href="https://github.com/forceworkbench/forceworkbench/wiki"
target="_blank">Documentation</a></li>

<li><a href="http://wiki.developerforce.com/page/Workbench#FAQ"
target="_blank">FAQ</a></li>
<li><a href="https://salesforce.stackexchange.com/questions/tagged/workbench"
target="_blank">Stackoverflow</a></li>

<li><a href="http://groups.google.com/group/forceworkbench"
target="_blank">Feedback &amp; Discussion</a></li>

<li><a href="https://github.com/ryanbrainard/forceworkbench/issues"
<li><a href="https://github.com/forceworkbench/forceworkbench/issues"
target="_blank">Report an Issue</a></li>

<li><a href="https://github.com/ryanbrainard/forceworkbench"
<li><a href="https://github.com/forceworkbench/forceworkbench"
target="_blank">Source Code</a></li>

<li><a href="https://github.com/ryanbrainard/forceworkbench/tags"
<li><a href="https://github.com/forceworkbench/forceworkbench/tags"
target="_blank">Download</a></li>
</ul>

Expand Down
5 changes: 1 addition & 4 deletions workbench/bulkclient/BatchInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
* For support from the Open Source community, please visit the resources below:
*
* * Main Project Site
* https://github.com/ryanbrainard/forceworkbench
*
* * Feedback & Discussion
* http://groups.google.com/group/forceworkbench
* https://github.com/forceworkbench/forceworkbench
*
* Copyright (c) 2013, salesforce.com, inc.
* All rights reserved.
Expand Down
5 changes: 1 addition & 4 deletions workbench/bulkclient/BulkApiClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,7 @@
* For support from the Open Source community, please visit the resources below:
*
* * Main Project Site
* https://github.com/ryanbrainard/forceworkbench
*
* * Feedback & Discussion
* http://groups.google.com/group/forceworkbench
* https://github.com/forceworkbench/forceworkbench
*
* Copyright (c) 2013, salesforce.com, inc.
* All rights reserved.
Expand Down
5 changes: 1 addition & 4 deletions workbench/bulkclient/JobInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@
* For support from the Open Source community, please visit the resources below:
*
* * Main Project Site
* https://github.com/ryanbrainard/forceworkbench
*
* * Feedback & Discussion
* http://groups.google.com/group/forceworkbench
* https://github.com/forceworkbench/forceworkbench
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
* AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
Expand Down
5 changes: 1 addition & 4 deletions workbench/bulkclient/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,7 @@ This client is NOT a supported product of or supported by salesforce.com, inc.
For support from the Open Source community, please visit the resources below:

* Main Project Site
https://github.com/ryanbrainard/forceworkbench

* Feedback & Discussion
http://groups.google.com/group/forceworkbench
https://github.com/forceworkbench/forceworkbench

Copyright (c) 2013, salesforce.com, inc.
All rights reserved.
Expand Down
22 changes: 11 additions & 11 deletions workbench/help.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,35 +8,35 @@
below:

<ul>
<li><a href="http://wiki.developerforce.com/page/Workbench#FAQ"
<li><a href="https://github.com/forceworkbench/forceworkbench/wiki#faq"
target="help">FAQs</a>
<ul>
<li><a
href="http://wiki.developerforce.com/page/Workbench#General"
href="https://github.com/forceworkbench/forceworkbench/wiki#general"
target="help">General</a></li>
<li><a
href="http://wiki.developerforce.com/page/Workbench#Login"
href="https://github.com/forceworkbench/forceworkbench/wiki#login"
target="help">Login</a></li>
<li><a
href="http://wiki.developerforce.com/page/Workbench#Data_Management"
href="https://github.com/forceworkbench/forceworkbench/wiki#data-management"
target="help">Data Management</a></li>
<li><a
href="http://wiki.developerforce.com/page/Workbench#Query_.26_Search"
href="https://github.com/forceworkbench/forceworkbench/wiki#query--search"
target="help">Query &amp; Search</a></li>
<li><a
href="http://wiki.developerforce.com/page/Workbench#Metadata"
href="https://github.com/forceworkbench/forceworkbench/wiki#metadata"
target="help">Metadata</a></li>
<li><a
href="http://wiki.developerforce.com/page/Workbench#Utilities"
href="https://github.com/forceworkbench/forceworkbench/wiki#utilities"
target="help">Utilities</a></li>
<li><a
href="http://wiki.developerforce.com/page/Workbench#Settings"
href="https://github.com/forceworkbench/forceworkbench/wiki#settings"
target="help">Settings</a></li>
</ul>
</li>
<li><a href="http://groups.google.com/group/forceworkbench"
target="help">Feedback &amp; Discussion</a></li>
<li><a href="https://github.com/ryanbrainard/forceworkbench/issues"
<li><a href="https://salesforce.stackexchange.com/questions/tagged/workbench"
target="help">Stackoverflow</a></li>
<li><a href="https://github.com/forceworkbench/forceworkbench/issues"
target="help">Report an Issue</a></li>
</ul>
<?php
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<br/>
<strong>"Workbench"</strong> means the Workbench suite of tools available at workbench.developerforce.com
and provided by SFDC as a demonstration of the open source application with
the same name at http://github.com/ryanbrainard/forceworkbench.
the same name at http://github.com/forceworkbench/forceworkbench.
</li>

<li>
Expand Down

0 comments on commit 17d44be

Please sign in to comment.