Skip to content

Commit

Permalink
Link to master in Github
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaquin Caraballo committed Oct 6, 2012
1 parent 96400d9 commit 2bacaa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions insert_snippets.bash
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

RAW_BASE_URL=https://raw.github.com/emanchado/camino-mejor-programador-codigo
PRETTY_BASE_URL=https://github.com/emanchado/camino-mejor-programador-codigo/blob
PRETTY_BASE_URL=https://github.com/emanchado/camino-mejor-programador-codigo/blob/master

function normalise() {
snippet=`cat`
Expand All @@ -15,7 +15,7 @@ function normalise() {

function retrieve_snippet (){
url="${RAW_BASE_URL}/${1}"
src=../camino-mejor-programador-codigo/`echo "${1}" | sed 's|[^/]*/||'`
src="../camino-mejor-programador-codigo/${1}"
first=$2
last=$3

Expand Down

0 comments on commit 2bacaa5

Please sign in to comment.