Skip to content

Commit

Permalink
fixed some links
Browse files Browse the repository at this point in the history
  • Loading branch information
randallli committed Dec 6, 2016
1 parent 596a7f4 commit b0d5bf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ In short (slightly modified from the original article):

This repository follows a file layout convention that ensures consistency and
predictability across all of our components. The conventions are described in
the [MDF-conventions](https://github.com/google/MDF-conventions) repository.
the [MDF-conventions](https://github.com/material-foundation/material-foundation-conventions-objc)
repository.

### Before you contribute

Expand Down
4 changes: 2 additions & 2 deletions MDFSpritedAnimationView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Pod::Spec.new do |s|
s.version = "1.0.0"
s.authors = { 'Chris Cox' => 'cjcox@google.com' }
s.summary = "A control providing an alternative to animating an array of images with an UIImageView."
s.homepage = "https://github.com/google/MDFSpritedAnimationView"
s.homepage = "https://github.com/material-foundation/MDFSpritedAnimationView"
s.license = 'Apache 2.0'
s.source = { :git => "https://github.com/google/MDFSpritedAnimationView.git", :tag => s.version.to_s }
s.source = { :git => "https://github.com/material-foundation/MDFSpritedAnimationView.git", :tag => s.version.to_s }
s.platform = :ios, '7.0'
s.requires_arc = true

Expand Down

0 comments on commit b0d5bf6

Please sign in to comment.