Skip to content

Commit

Permalink
changes for repo rename
Browse files Browse the repository at this point in the history
  • Loading branch information
asanzo committed Jan 12, 2024
1 parent 5cb7934 commit 9d73b13
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/components/bug-report-modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default Component.extend({
actions: {
// Only used with alternative version with github integration.
createIssue() {
fetch('https://api.github.com/repos/Program-AR/pilas-bloques/issues', {
fetch('https://api.github.com/repos/Program-AR/pilas-bloques-app/issues', {
method: 'POST',
headers: {
'Authorization': 'token githubFakeToken'
Expand Down
2 changes: 1 addition & 1 deletion app/templates/components/bug-report-modal.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<p>{{t "components.bugReportModal.error"}}</p>
<p>{{t "components.bugReportModal.askTeacher"}}</p>
<p>{{t "components.bugReportModal.mail"}}<a href="mailto:pilasbloques@program.ar">pilasbloques@program.ar</a></p>
<p>{{t "components.bugReportModal.githubReport"}}<Link @href="https://github.com/Program-AR/pilas-bloques/issues" @openOnNewTab={{true}}>{{ t "components.bugReportModal.issueTracker"}}</Link></p>
<p>{{t "components.bugReportModal.githubReport"}}<Link @href="https://github.com/Program-AR/pilas-bloques-app/issues" @openOnNewTab={{true}}>{{ t "components.bugReportModal.issueTracker"}}</Link></p>
</Modal>


Expand Down
2 changes: 1 addition & 1 deletion app/templates/components/version.hbs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div>
<code class="show-version">{{concat (app-version versionOnly=true) this.groupId}}</code>
{{paper-icon "code"}}
<Link @href={{concat 'https://github.com/Program-AR/pilas-bloques/tree/' (app-version shaOnly=true) }} @openOnNewTab={{true}}>
<Link @href={{concat 'https://github.com/Program-AR/pilas-bloques-ember/tree/' (app-version shaOnly=true) }} @openOnNewTab={{true}}>
{{app-version shaOnly=true}}</Link>
</div>
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
"test:CI": "ember test",
"build": "ember build",
"build:prod": "ember build --environment=production --output-path dist_prod",
"pilasweb:build": "cd ../pilasweb; make build; cd ../pilas-bloques; cp -rf ../pilasweb node_modules/pilasweb/",
"pilasweb:build": "cd ../pilasweb; make build; cd ../pilas-bloques-ember; cp -rf ../pilasweb node_modules/pilasweb/",
"exercises:watch": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt watch",
"exercises:build": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt run:build ;cd ../pilas-bloques ;cp -rf ../pilas-bloques-exercises/dist node_modules/pilas-bloques-exercises",
"exercises:build": "cd ../pilas-bloques-exercises; node_modules/grunt-cli/bin/grunt run:build ;cd ../pilas-bloques-ember ;cp -rf ../pilas-bloques-exercises/dist node_modules/pilas-bloques-exercises",
"pack:linux_x64_deb": "bash ./scripts/package.sh -linux_x64_deb",
"pack:linux_ia32_zip": "bash ./scripts/package.sh -linux_ia32_zip",
"pack:linux_x64_zip": "bash ./scripts/package.sh -linux_x64_zip",
Expand Down

0 comments on commit 9d73b13

Please sign in to comment.