Skip to content
This repository has been archived by the owner on May 24, 2022. It is now read-only.

Update github link on voting site #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Installation

Installing this application is fairly easy, just follow these steps:

1. Download the latest version with git (`git clone https://github.com/aceat64/Dallas-Makerspace-Voting.git`)
1. Download the latest version with git (`git clone https://github.com/Dallas-Makerspace/Voting`)

2. In the app/config directory, rename core.php.default and database.php.default to core.php and database.php.default respectively.

Expand Down
2 changes: 1 addition & 1 deletion app/View/Layouts/default.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
</div>

<div id="footer">
<p><a href="https://github.com/aceat64/Dallas-Makerspace-Voting">Source code on GitHub</a> | Content is available under <a href="http://creativecommons.org/licenses/by-sa/3.0/" class="external ">Attribution-Share Alike 3.0 Unported</a> | Template by <a href="http://www.templatestable.com">Free Css Templates</a></p>
<p><a href="https://github.com/Dallas-Makerspace/Voting">Source code on GitHub</a> | Content is available under <a href="http://creativecommons.org/licenses/by-sa/3.0/" class="external ">Attribution-Share Alike 3.0 Unported</a> | Template by <a href="http://www.templatestable.com">Free Css Templates</a></p>
</div>

</div>
Expand Down