tessel / t2-docs

Documentation for Tessel 2.
https://tessel.gitbooks.io/t2-docs/content/
Creative Commons Attribution Share Alike 4.0 International
28 stars 30 forks source link

Fix for Issue 170 #172

Closed mittalshravika closed 7 years ago

mittalshravika commented 7 years ago

Fixes #170. The Pinout Diagram has been moved to the image folder and the relative path has also been added in the Hardware_API.md file.

Frijol commented 7 years ago

Something is odd here– the Files Changed tab is showing changes that don't make sense based on current master. For example, we already have relative linking in current master, but it's showing you deleting an absolute path from master to replace it with the relative link we already have.

Can you please try rebasing this branch on master (https://github.com/edx/edx-platform/wiki/How-to-Rebase-a-Pull-Request)?

mittalshravika commented 7 years ago

Oh Okay. Should I remove this PR and start with a fresh one after rebasing the branch with the master?

Frijol commented 7 years ago

You should be able to push up the branch after the rebase and have this same PR still work. Might need to force-push though

mittalshravika commented 7 years ago

I was not able to rebase the branch issue-170 with tessel/master although I was able to rebase the master branch of 276linesofCode with tessel/master, so, I will create a new branch and work on that and close this PR. Sorry for the inconvenience caused.