Skip to content

Commit

Permalink
Update references to sample platform GitHub URL
Browse files Browse the repository at this point in the history
Given that the platform was moved into the organisation repo, the links
were no longer fully accurate.
  • Loading branch information
canihavesomecoffee committed Sep 30, 2017
1 parent 27ec4f5 commit 8f2b269
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Sample platform commit (found at the bottom of each page) : **X.X.X**

**In raising this issue, I confirm the following (please check boxes, eg [X]):**

- [ ] I have read and understood the [contributors guide](https://github.com/canihavesomecoffee/sample-platform/blob/master/.github/CONTRIBUTING.md).
- [ ] I have read and understood the [contributors guide](https://github.com/CCExtractor/sample-platform/blob/master/.github/CONTRIBUTING.md).
- [ ] I have checked that the bug-fix I am reporting can be replicated, or that the feature I am suggesting isn't already present.
- [ ] I have checked that the issue I'm posting isn't already reported.
- [ ] I have checked that the issue I'm porting isn't already solved and no duplicates exist in [closed issues](https://github.com/canihavesomecoffee/sample-platform/issues?q=is%3Aissue+is%3Aclosed) and in [opened issues](https://github.com/canihavesomecoffee/sample-platform/issues)
- [ ] I have checked that the issue I'm porting isn't already solved and no duplicates exist in [closed issues](https://github.com/CCExtractor/sample-platform/issues?q=is%3Aissue+is%3Aclosed) and in [opened issues](https://github.com/CCExtractor/sample-platform/issues)
- [ ] I have checked the pull requests tab for existing solutions/implementations to my issue/suggestion.

**My familiarity with the project is as follows (check one, eg [X]):**
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Please prefix your pull request with one of the following: **[FEATURE]** **[FIX]

**In raising this pull request, I confirm the following (please check boxes):**

- [ ] I have read and understood the [contributors guide](https://github.com/canihavesomecoffee/sample-platform/blob/master/.github/CONTRIBUTING.md).
- [ ] I have read and understood the [contributors guide](https://github.com/CCExtractor/sample-platform/blob/master/.github/CONTRIBUTING.md).
- [ ] I have checked that another pull request for this purpose does not exist.
- [ ] I have considered, and confirmed that this submission will be valuable to others.
- [ ] I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
Expand Down
2 changes: 1 addition & 1 deletion install/ci-vm/ci-linux/ci/variables-sample
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# The URL to check if the VM is in maintenance
maintenanceURL="http://foo.bar/maintenance/linux"
# The URL with the runCI blob
runCIURL="https://raw.githubusercontent.com/canihavesomecoffee/sample-platform/master/install/ci-vm/ci-linux/ci/runCI"
runCIURL="https://raw.githubusercontent.com/CCExtractor/sample-platform/master/install/ci-vm/ci-linux/ci/runCI"
# File that contains the URL to report to
reportURLFile="/path/to/token/file"
# Directory that contains the sources of the version to test
Expand Down
2 changes: 1 addition & 1 deletion install/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Installer for the CCExtractor sample platform
#
# More information can be found on:
# https://github.com/canihavesomecoffee/sample-platform
# https://github.com/CCExtractor/sample-platform
#
dir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
root_dir=$( cd "${dir}"/../ && pwd)
Expand Down
4 changes: 2 additions & 2 deletions install/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ functionality. To install the VM's for KVM, see
### Linux

Clone the latest sample-platform repository from
https://github.com/canihavesomecoffee/sample-platform.
https://github.com/CCExtractor/sample-platform.

```
git clone https://github.com/canihavesomecoffee/sample-platform.git
git clone https://github.com/CCExtractor/sample-platform.git
```

The `sample-repository` directory needs to be accessible by `www-data`. The
Expand Down
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
{% block body %}{% endblock %}
{% block footer %}
<footer class="row">
&copy; {{ currentYear }} {{ applicationName }} &bull; <a href="{{ url_for('home.about') }}">About</a> &bull; Built with commit <a target="_blank" href="https://github.com/canihavesomecoffee/sample-platform/commit/{{ build_commit }}">{{ build_commit|truncate(10, end='') }}</a>
&copy; {{ currentYear }} {{ applicationName }} &bull; <a href="{{ url_for('home.about') }}">About</a> &bull; Built with commit <a target="_blank" href="https://github.com/CCExtractor/sample-platform/commit/{{ build_commit }}">{{ build_commit|truncate(10, end='') }}</a>
</footer>
{% endblock %}
</div>
Expand Down
4 changes: 2 additions & 2 deletions templates/home/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ <h1>{{ applicationName }}</h1>
{{ applicationName }} was initially developed during <a target="_blank" href="http://www.google-melange.com/gsoc/homepage/google/gsoc2015">Google Summer of Code 2015</a>, and reworked during <a target="_blank" href="https://summerofcode.withgoogle.com/">Google Summer of Code 2016</a> for <a target="_blank" href="http://wwww.ccextractor.org">CCExtractor</a>.
It combines a lot of technologies and methods in order to provide an all-in-one platform for submitting samples, viewing and running regression tests.
</p>
<p>This instance of {{ applicationName }} is running version {{ applicationVersion }}. More information about the version can be found on the <a target="_blank" href="https://github.com/canihavesomecoffee/sample-platform">GitHub repository</a>.</p>
<p>{{ applicationName }} is released under the <a target="_blank" href="https://en.wikipedia.org/wiki/ISC_license">ICS</a> (permissive) license and can be found on GitHub: <a target="_blank" href="https://github.com/canihavesomecoffee/sample-platform">{{ applicationName }} on GitHub</a>.</p>
<p>This instance of {{ applicationName }} is running version {{ applicationVersion }}. More information about the version can be found on the <a target="_blank" href="https://github.com/CCExtractor/sample-platform">GitHub repository</a>.</p>
<p>{{ applicationName }} is released under the <a target="_blank" href="https://en.wikipedia.org/wiki/ISC_license">ICS</a> (permissive) license and can be found on GitHub: <a target="_blank" href="https://github.com/CCExtractor/sample-platform">{{ applicationName }} on GitHub</a>.</p>
</div>
<div class="row">
<div class="column medium-8">
Expand Down
2 changes: 1 addition & 1 deletion templates/home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h5>Helpful links</h5>
<ul class="no-bullet">
<li><i class="fa fa-external-link-square"></i> <a target="_blank" href="http://www.ccextractor.org">CCExtractor website</a></li>
<li><i class="fa fa-github-square"></i> <a target="_blank" href="https://github.com/CCExtractor/ccextractor">CCExtractor on GitHub</a></li>
<li><i class="fa fa-github-square"></i> <a target="_blank" href="https://github.com/canihavesomecoffee/sample-platform">Sample platform on GitHub</a></li>
<li><i class="fa fa-github-square"></i> <a target="_blank" href="https://github.com/CCExtractor/sample-platform">Sample platform on GitHub</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 8f2b269

Please sign in to comment.